#FCB09F

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

Shades of Rose Bud #FCB09F

Tints of Rose Bud #FCB09F

Color information

#FCB09F (or 0xFCB09F) is unknown color: approx Rose Bud. HEX triplet: FC, B0 and 9F. RGB value is (252,176,159). Sum of RGB (Red+Green+Blue) = 252+176+159=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB09F is #034F60. Grayscale: #C4C4C4. Windows color (decimal): -216929 or 10465532. OLE color: 10465532.

HSL color Cylindrical-coordinate representation of color #FCB09F: hue angle of 10.97º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCB09F is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252176159-
CMYK00.300.370.01
HSL10.97º93.94%80.59%-
HSV(B)10.97º36.9%98.82%-
XYZ61.9354.2540.01-
YUV196.79106.68167.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 159 (62.5% from 255) = 27.09%
R=42.93%
G=29.98%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217615900.300.370.0110.9793.9480.59
HexFCB09F01E251b5e51
Octal37426023703645113136121
Binary1111110010110000100111110111101001011101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB09F; }

 p { color: rgb(252,176,159); }

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

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

 a { background-color: rgb(252,176,159); }

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

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

 span { border-color: rgb(252,176,159); }

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