#FCB29F

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

Shades of Rose Bud #FCB29F

Tints of Rose Bud #FCB29F

Color information

#FCB29F (or 0xFCB29F) is unknown color: approx Rose Bud. HEX triplet: FC, B2 and 9F. RGB value is (252,178,159). Sum of RGB (Red+Green+Blue) = 252+178+159=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB29F is #034D60. Grayscale: #C6C6C6. Windows color (decimal): -216417 or 10466044. OLE color: 10466044.

HSL color Cylindrical-coordinate representation of color #FCB29F: hue angle of 12.26º 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 #FCB29F is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252178159-
CMYK00.290.370.01
HSL12.26º93.94%80.59%-
HSV(B)12.26º36.9%98.82%-
XYZ62.3255.0440.14-
YUV197.96106.02166.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 159 (62.5% from 255) = 26.99%
R=42.78%
G=30.22%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217815900.290.370.0112.2693.9480.59
HexFCB29F01D251c5e51
Octal37426223703545114136121
Binary1111110010110010100111110111011001011110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB29F; }

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

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

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

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

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

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

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

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