#FBDE9B

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

Shades of Cream Brulee #FBDE9B

Tints of Cream Brulee #FBDE9B

Color information

#FBDE9B (or 0xFBDE9B) is unknown color: approx Cream Brulee. HEX triplet: FB, DE and 9B. RGB value is (251,222,155). Sum of RGB (Red+Green+Blue) = 251+222+155=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDE9B is #042164. Grayscale: #DFDFDF. Windows color (decimal): -270693 or 10215163. OLE color: 10215163.

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

Color convert

RGB251222155-
CMYK00.120.380.02
HSL41.88º92.31%79.61%-
HSV(B)41.88º38.25%98.43%-
XYZ71.8275.1241.72-
YUV223.0389.61147.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 155 (60.94% from 255) = 24.68%
R=39.97%
G=35.35%
B=24.68%

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
Decimal25122215500.120.380.0241.8892.3179.61
HexFBDE9B0C2622a5c50
Octal37333623301446252134120
Binary111110111101111010011011011001001101010101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDE9B; }

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

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

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

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

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

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

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

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