#FCB097

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

Shades of Rose Bud #FCB097

Tints of Rose Bud #FCB097

Color information

#FCB097 (or 0xFCB097) is unknown color: approx Rose Bud. HEX triplet: FC, B0 and 97. RGB value is (252,176,151). Sum of RGB (Red+Green+Blue) = 252+176+151=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB097 is #034F68. Grayscale: #C4C4C4. Windows color (decimal): -216937 or 9941244. OLE color: 9941244.

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

Color convert

RGB252176151-
CMYK00.300.400.01
HSL14.85º94.39%79.02%-
HSV(B)14.85º40.08%98.82%-
XYZ61.2653.9836.47-
YUV195.87102.68168.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.52%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 151 (59.38% from 255) = 26.08%
R=43.52%
G=30.40%
B=26.08%

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
Decimal25217615100.300.400.0114.8594.3979.02
HexFCB09701E281f5e4f
Octal37426022703650117136117
Binary1111110010110000100101110111101010001111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB097; }

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

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

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

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

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

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

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

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