#F0A89D

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

Shades of Rose Bud #F0A89D

Tints of Rose Bud #F0A89D

Color information

#F0A89D (or 0xF0A89D) is unknown color: approx Rose Bud. HEX triplet: F0, A8 and 9D. RGB value is (240,168,157). Sum of RGB (Red+Green+Blue) = 240+168+157=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A89D is #0F5762. Grayscale: #BCBCBC. Windows color (decimal): -1005411 or 10332400. OLE color: 10332400.

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

Color convert

RGB240168157-
CMYK00.30.350.06
HSL7.95º73.45%77.84%-
HSV(B)7.95º34.58%94.12%-
XYZ56.0248.9638.4-
YUV188.27110.35164.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=42.48%
G=29.73%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016815700.30.350.067.9573.4577.84
HexF0A89D01E2368494e
Octal36025023503643610111116
Binary111100001010100010011101011110100011110100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A89D; }

 p { color: rgb(240,168,157); }

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

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

 a { background-color: rgb(240,168,157); }

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

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

 span { border-color: rgb(240,168,157); }

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