#FBDE9C

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

Shades of Cream Brulee #FBDE9C

Tints of Cream Brulee #FBDE9C

Color information

#FBDE9C (or 0xFBDE9C) is unknown color: approx Cream Brulee. HEX triplet: FB, DE and 9C. RGB value is (251,222,156). Sum of RGB (Red+Green+Blue) = 251+222+156=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 156 (61.33% from 255 or 24.80% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDE9C is #042163. Grayscale: #DFDFDF. Windows color (decimal): -270692 or 10280699. OLE color: 10280699.

HSL color Cylindrical-coordinate representation of color #FBDE9C: hue angle of 41.68º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBDE9C is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB251222156-
CMYK00.120.380.02
HSL41.68º92.23%79.8%-
HSV(B)41.68º37.85%98.43%-
XYZ71.9175.1542.17-
YUV223.1590.11147.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 156 (61.33% from 255) = 24.80%
R=39.90%
G=35.29%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122215600.120.380.0241.6892.2379.8
HexFBDE9C0C2622a5c50
Octal37333623401446252134120
Binary111110111101111010011100011001001101010101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDE9C; }

 p { color: rgb(251,222,156); }

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

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

 a { background-color: rgb(251,222,156); }

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

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

 span { border-color: rgb(251,222,156); }

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