#FBDE96

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

Shades of Cream Brulee #FBDE96

Tints of Cream Brulee #FBDE96

Color information

#FBDE96 (or 0xFBDE96) is unknown color: approx Cream Brulee. HEX triplet: FB, DE and 96. RGB value is (251,222,150). Sum of RGB (Red+Green+Blue) = 251+222+150=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 150 (58.98% from 255 or 24.08% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDE96 is #042169. Grayscale: #DEDEDE. Windows color (decimal): -270698 or 9887483. OLE color: 9887483.

HSL color Cylindrical-coordinate representation of color #FBDE96: hue angle of 42.77º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBDE96 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251222150-
CMYK00.120.400.02
HSL42.77º92.66%78.63%-
HSV(B)42.77º40.24%98.43%-
XYZ71.4174.9539.56-
YUV222.4687.11148.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 150 (58.98% from 255) = 24.08%
R=40.29%
G=35.63%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122215000.120.400.0242.7792.6678.63
HexFBDE960C2822b5d4f
Octal37333622601450253135117
Binary111110111101111010010110011001010001010101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDE96; }

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

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

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

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

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

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

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

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