#F0A89C

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

Shades of Rose Bud #F0A89C

Tints of Rose Bud #F0A89C

Color information

#F0A89C (or 0xF0A89C) is unknown color: approx Rose Bud. HEX triplet: F0, A8 and 9C. RGB value is (240,168,156). Sum of RGB (Red+Green+Blue) = 240+168+156=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A89C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A89C is #0F5763. Grayscale: #BCBCBC. Windows color (decimal): -1005412 or 10266864. OLE color: 10266864.

HSL color Cylindrical-coordinate representation of color #F0A89C: hue angle of 8.57º degrees, saturation: 0.74, 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 #F0A89C is Cyan = 0, Magento = 0.3, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240168156-
CMYK00.30.350.06
HSL8.57º73.68%77.65%-
HSV(B)8.57º35%94.12%-
XYZ55.9448.9337.95-
YUV188.16109.85164.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.55%
GREEN value IS 168 (66.02% from 255) = 29.79%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=42.55%
G=29.79%
B=27.66%

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
Decimal24016815600.30.350.068.5773.6877.65
HexF0A89C01E23694a4e
Octal36025023403643611112116
Binary111100001010100010011100011110100011110100110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A89C; }

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

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

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

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

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

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

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

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