#FBDC97

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

Shades of Cream Brulee #FBDC97

Tints of Cream Brulee #FBDC97

Color information

#FBDC97 (or 0xFBDC97) is unknown color: approx Cream Brulee. HEX triplet: FB, DC and 97. RGB value is (251,220,151). Sum of RGB (Red+Green+Blue) = 251+220+151=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 151 (59.38% from 255 or 24.28% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC97 is #042368. Grayscale: #DDDDDD. Windows color (decimal): -271209 or 9952507. OLE color: 9952507.

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

Color convert

RGB251220151-
CMYK00.120.400.02
HSL41.4º92.59%78.82%-
HSV(B)41.4º39.84%98.43%-
XYZ70.9673.9339.81-
YUV221.488.27149.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 151 (59.38% from 255) = 24.28%
R=40.35%
G=35.37%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122015100.120.400.0241.492.5978.82
HexFBDC970C282295d4f
Octal37333422701450251135117
Binary111110111101110010010111011001010001010100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC97; }

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

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

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

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

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

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

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

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