#FCB197

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

Shades of Rose Bud #FCB197

Tints of Rose Bud #FCB197

Color information

#FCB197 (or 0xFCB197) is unknown color: approx Rose Bud. HEX triplet: FC, B1 and 97. RGB value is (252,177,151). Sum of RGB (Red+Green+Blue) = 252+177+151=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB197 is #034E68. Grayscale: #C4C4C4. Windows color (decimal): -216681 or 9941500. OLE color: 9941500.

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

Color convert

RGB252177151-
CMYK00.300.400.01
HSL15.45º94.39%79.02%-
HSV(B)15.45º40.08%98.82%-
XYZ61.4554.3736.53-
YUV196.46102.35167.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 151 (59.38% from 255) = 26.03%
R=43.45%
G=30.52%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217715100.300.400.0115.4594.3979.02
HexFCB19701E281f5e4f
Octal37426122703650117136117
Binary1111110010110001100101110111101010001111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB197; }

 p { color: rgb(252,177,151); }

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

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

 a { background-color: rgb(252,177,151); }

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

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

 span { border-color: rgb(252,177,151); }

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