#FBDC9C

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

Shades of Cream Brulee #FBDC9C

Tints of Cream Brulee #FBDC9C

Color information

#FBDC9C (or 0xFBDC9C) is unknown color: approx Cream Brulee. HEX triplet: FB, DC and 9C. RGB value is (251,220,156). Sum of RGB (Red+Green+Blue) = 251+220+156=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 156 (61.33% from 255 or 24.88% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC9C is #042363. Grayscale: #DEDEDE. Windows color (decimal): -271204 or 10280187. OLE color: 10280187.

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

Color convert

RGB251220156-
CMYK00.120.380.02
HSL40.42º92.23%79.8%-
HSV(B)40.42º37.85%98.43%-
XYZ71.3874.141.99-
YUV221.9790.77148.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 156 (61.33% from 255) = 24.88%
R=40.03%
G=35.09%
B=24.88%

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
Decimal25122015600.120.380.0240.4292.2379.8
HexFBDC9C0C262285c50
Octal37333423401446250134120
Binary111110111101110010011100011001001101010100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC9C; }

 p { color: rgb(251,220,156); }

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

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

 a { background-color: rgb(251,220,156); }

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

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

 span { border-color: rgb(251,220,156); }

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