#FBDD95

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

Shades of Cream Brulee #FBDD95

Tints of Cream Brulee #FBDD95

Color information

#FBDD95 (or 0xFBDD95) is unknown color: approx Cream Brulee. HEX triplet: FB, DD and 95. RGB value is (251,221,149). Sum of RGB (Red+Green+Blue) = 251+221+149=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD95 is #04226A. Grayscale: #DEDEDE. Windows color (decimal): -270955 or 9821691. OLE color: 9821691.

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

Color convert

RGB251221149-
CMYK00.120.410.02
HSL42.35º92.73%78.43%-
HSV(B)42.35º40.64%98.43%-
XYZ71.0674.3939.05-
YUV221.7686.94148.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 149 (58.59% from 255) = 23.99%
R=40.42%
G=35.59%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122114900.120.410.0242.3592.7378.43
HexFBDD950C2922a5d4e
Octal37333522501451252135116
Binary111110111101110110010101011001010011010101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD95; }

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

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

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

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

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

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

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

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