#FCBE97

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

Shades of Romantic #FCBE97

Tints of Romantic #FCBE97

Color information

#FCBE97 (or 0xFCBE97) is unknown color: approx Romantic. HEX triplet: FC, BE and 97. RGB value is (252,190,151). Sum of RGB (Red+Green+Blue) = 252+190+151=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBE97 is #034168. Grayscale: #CCCCCC. Windows color (decimal): -213353 or 9944828. OLE color: 9944828.

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

Color convert

RGB252190151-
CMYK00.250.400.01
HSL23.17º94.39%79.02%-
HSV(B)23.17º40.08%98.82%-
XYZ64.1459.7637.43-
YUV204.0998.04162.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 151 (59.38% from 255) = 25.46%
R=42.50%
G=32.04%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219015100.250.400.0123.1794.3979.02
HexFCBE97019281175e4f
Octal37427622703150127136117
Binary11111100101111101001011101100110100011011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBE97; }

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

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

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

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

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

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

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

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