#F7A88B

Color #F7A88B Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F7A88B

Tints of Rose Bud #F7A88B

Color information

#F7A88B (or 0xF7A88B) is unknown color: approx Rose Bud. HEX triplet: F7, A8 and 8B. RGB value is (247,168,139). Sum of RGB (Red+Green+Blue) = 247+168+139=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A88B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A88B is #085774. Grayscale: #BCBCBC. Windows color (decimal): -546677 or 9152759. OLE color: 9152759.

HSL color Cylindrical-coordinate representation of color #F7A88B: hue angle of 16.11º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7A88B is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB247168139-
CMYK00.320.440.03
HSL16.11º87.1%75.69%-
HSV(B)16.11º43.72%96.86%-
XYZ57.0249.6431-
YUV188.32100.17169.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 44.58%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 139 (54.69% from 255) = 25.09%
R=44.58%
G=30.32%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716813900.320.440.0316.1187.175.69
HexF7A88B0202C310574c
Octal36725021304054320127114
Binary1111011110101000100010110100000101100111000010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A88B; }

 p { color: rgb(247,168,139); }

 H1.HeaderClassName
 {
   color: #F7A88B;
 }
 .AnyTagClassName
 {
   color: #F7A88B;
 }
</style>
background-color css

<style>
 a { background-color: #F7A88B; }

 a { background-color: rgb(247,168,139); }

 div.DivClassName
 {
   background-color: #F7A88B;
 }
 .BgClassName
 {
   background-color: #F7A88B;
 }
</style>
border-color css

<style>
 span { border-color: #F7A88B; }

 span { border-color: rgb(247,168,139); }

 td.TdClassName
 {
   border-color: #F7A88B;
 }
 .TagClassName
 {
   border-color: #F7A88B;
 }
</style>