#FBDF9B

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

Shades of Cream Brulee #FBDF9B

Tints of Cream Brulee #FBDF9B

Color information

#FBDF9B (or 0xFBDF9B) is unknown color: approx Cream Brulee. HEX triplet: FB, DF and 9B. RGB value is (251,223,155). Sum of RGB (Red+Green+Blue) = 251+223+155=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 155 (60.94% from 255 or 24.64% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDF9B is #042064. Grayscale: #DFDFDF. Windows color (decimal): -270437 or 10215419. OLE color: 10215419.

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

Color convert

RGB251223155-
CMYK00.110.380.02
HSL42.5º92.31%79.61%-
HSV(B)42.5º38.25%98.43%-
XYZ72.0975.6541.81-
YUV223.6289.28147.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 155 (60.94% from 255) = 24.64%
R=39.90%
G=35.45%
B=24.64%

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
Decimal25122315500.110.380.0242.592.3179.61
HexFBDF9B0B2622a5c50
Octal37333723301346252134120
Binary111110111101111110011011010111001101010101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDF9B; }

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

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

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

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

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

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

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

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