#FCB29E

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

Shades of Rose Bud #FCB29E

Tints of Rose Bud #FCB29E

Color information

#FCB29E (or 0xFCB29E) is unknown color: approx Rose Bud. HEX triplet: FC, B2 and 9E. RGB value is (252,178,158). Sum of RGB (Red+Green+Blue) = 252+178+158=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB29E is #034D61. Grayscale: #C6C6C6. Windows color (decimal): -216418 or 10400508. OLE color: 10400508.

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

Color convert

RGB252178158-
CMYK00.290.370.01
HSL12.77º94%80.39%-
HSV(B)12.77º37.3%98.82%-
XYZ62.245539.68-
YUV197.85105.52166.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 178 (69.92% from 255) = 30.27%
BLUE value IS 158 (62.11% from 255) = 26.87%
R=42.86%
G=30.27%
B=26.87%

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
Decimal25217815800.290.370.0112.779480.39
HexFCB29E01D251d5e50
Octal37426223603545115136120
Binary1111110010110010100111100111011001011110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB29E; }

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

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

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

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

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

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

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

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