#F0A69B

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

Shades of Rose Bud #F0A69B

Tints of Rose Bud #F0A69B

Color information

#F0A69B (or 0xF0A69B) is unknown color: approx Rose Bud. HEX triplet: F0, A6 and 9B. RGB value is (240,166,155). Sum of RGB (Red+Green+Blue) = 240+166+155=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A69B is #0F5964. Grayscale: #BABABA. Windows color (decimal): -1005925 or 10200816. OLE color: 10200816.

HSL color Cylindrical-coordinate representation of color #F0A69B: hue angle of 7.76º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0A69B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240166155-
CMYK00.310.350.06
HSL7.76º73.91%77.45%-
HSV(B)7.76º35.42%94.12%-
XYZ55.4948.1637.38-
YUV186.87110.02165.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 155 (60.94% from 255) = 27.63%
R=42.78%
G=29.59%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016615500.310.350.067.7673.9177.45
HexF0A69B01F23684a4d
Octal36024623303743610112115
Binary111100001010011010011011011111100011110100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A69B; }

 p { color: rgb(240,166,155); }

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

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

 a { background-color: rgb(240,166,155); }

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

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

 span { border-color: rgb(240,166,155); }

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