#FBDD9A

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

Shades of Cream Brulee #FBDD9A

Tints of Cream Brulee #FBDD9A

Color information

#FBDD9A (or 0xFBDD9A) is unknown color: approx Cream Brulee. HEX triplet: FB, DD and 9A. RGB value is (251,221,154). Sum of RGB (Red+Green+Blue) = 251+221+154=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD9A is #042265. Grayscale: #DEDEDE. Windows color (decimal): -270950 or 10149371. OLE color: 10149371.

HSL color Cylindrical-coordinate representation of color #FBDD9A: hue angle of 41.44º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBDD9A is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251221154-
CMYK00.120.390.02
HSL41.44º92.38%79.41%-
HSV(B)41.44º38.65%98.43%-
XYZ71.4774.5641.2-
YUV222.3389.44148.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 154 (60.55% from 255) = 24.60%
R=40.10%
G=35.30%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122115400.120.390.0241.4492.3879.41
HexFBDD9A0C272295c4f
Octal37333523201447251134117
Binary111110111101110110011010011001001111010100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD9A; }

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

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

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

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

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

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

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

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