#FCDB91

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

Shades of Cream Brulee #FCDB91

Tints of Cream Brulee #FCDB91

Color information

#FCDB91 (or 0xFCDB91) is unknown color: approx Cream Brulee. HEX triplet: FC, DB and 91. RGB value is (252,219,145). Sum of RGB (Red+Green+Blue) = 252+219+145=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB91 is #03246E. Grayscale: #DCDCDC. Windows color (decimal): -205935 or 9559036. OLE color: 9559036.

HSL color Cylindrical-coordinate representation of color #FCDB91: hue angle of 41.5º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCDB91 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB252219145-
CMYK00.130.420.01
HSL41.5º94.69%77.84%-
HSV(B)41.5º42.46%98.82%-
XYZ70.5973.437.24-
YUV220.4385.43150.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 145 (57.03% from 255) = 23.54%
R=40.91%
G=35.55%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221914500.130.420.0141.594.6977.84
HexFCDB910D2A1295f4e
Octal37433322101552151137116
Binary11111100110110111001000101101101010110100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDB91; }

 p { color: rgb(252,219,145); }

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

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

 a { background-color: rgb(252,219,145); }

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

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

 span { border-color: rgb(252,219,145); }

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