#FBDF9C

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

Shades of Cream Brulee #FBDF9C

Tints of Cream Brulee #FBDF9C

Color information

#FBDF9C (or 0xFBDF9C) is unknown color: approx Cream Brulee. HEX triplet: FB, DF and 9C. RGB value is (251,223,156). Sum of RGB (Red+Green+Blue) = 251+223+156=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDF9C is #042063. Grayscale: #E0E0E0. Windows color (decimal): -270436 or 10280955. OLE color: 10280955.

HSL color Cylindrical-coordinate representation of color #FBDF9C: hue angle of 42.32º 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 #FBDF9C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB251223156-
CMYK00.110.380.02
HSL42.32º92.23%79.8%-
HSV(B)42.32º37.85%98.43%-
XYZ72.1775.6842.26-
YUV223.7389.78147.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 156 (61.33% from 255) = 24.76%
R=39.84%
G=35.40%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122315600.110.380.0242.3292.2379.8
HexFBDF9C0B2622a5c50
Octal37333723401346252134120
Binary111110111101111110011100010111001101010101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDF9C; }

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

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

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

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

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

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

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

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