#FBDB95

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

Shades of Cream Brulee #FBDB95

Tints of Cream Brulee #FBDB95

Color information

#FBDB95 (or 0xFBDB95) is unknown color: approx Cream Brulee. HEX triplet: FB, DB and 95. RGB value is (251,219,149). Sum of RGB (Red+Green+Blue) = 251+219+149=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB95 is #04246A. Grayscale: #DCDCDC. Windows color (decimal): -271467 or 9821179. OLE color: 9821179.

HSL color Cylindrical-coordinate representation of color #FBDB95: hue angle of 41.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBDB95 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251219149-
CMYK00.130.410.02
HSL41.18º92.73%78.43%-
HSV(B)41.18º40.64%98.43%-
XYZ70.5473.3438.87-
YUV220.5987.6149.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 149 (58.59% from 255) = 24.07%
R=40.55%
G=35.38%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121914900.130.410.0241.1892.7378.43
HexFBDB950D292295d4e
Octal37333322501551251135116
Binary111110111101101110010101011011010011010100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDB95; }

 p { color: rgb(251,219,149); }

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

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

 a { background-color: rgb(251,219,149); }

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

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

 span { border-color: rgb(251,219,149); }

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