#FBDC9D

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

Shades of Cream Brulee #FBDC9D

Tints of Cream Brulee #FBDC9D

Color information

#FBDC9D (or 0xFBDC9D) is unknown color: approx Cream Brulee. HEX triplet: FB, DC and 9D. RGB value is (251,220,157). Sum of RGB (Red+Green+Blue) = 251+220+157=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC9D is #042362. Grayscale: #DEDEDE. Windows color (decimal): -271203 or 10345723. OLE color: 10345723.

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

Color convert

RGB251220157-
CMYK00.120.370.02
HSL40.21º92.16%80%-
HSV(B)40.21º37.45%98.43%-
XYZ71.4674.1342.44-
YUV222.0991.27148.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 157 (61.72% from 255) = 25%
R=39.97%
G=35.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122015700.120.370.0240.2192.1680
HexFBDC9D0C252285c50
Octal37333423501445250134120
Binary111110111101110010011101011001001011010100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC9D; }

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

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

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

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

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

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

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

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