#FEDC97

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

Shades of Cream Brulee #FEDC97

Tints of Cream Brulee #FEDC97

Color information

#FEDC97 (or 0xFEDC97) is unknown color: approx Cream Brulee. HEX triplet: FE, DC and 97. RGB value is (254,220,151). Sum of RGB (Red+Green+Blue) = 254+220+151=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 151 (59.38% from 255 or 24.16% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC97 is #012368. Grayscale: #DEDEDE. Windows color (decimal): -74601 or 9952510. OLE color: 9952510.

HSL color Cylindrical-coordinate representation of color #FEDC97: hue angle of 40.19º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEDC97 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254220151-
CMYK00.130.410.00
HSL40.19º98.1%79.41%-
HSV(B)40.19º40.55%99.61%-
XYZ72.0574.4939.86-
YUV222.387.76150.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 151 (59.38% from 255) = 24.16%
R=40.64%
G=35.2%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422015100.130.410.0040.1998.179.41
HexFEDC970D29028624f
Octal37633422701551050142117
Binary11111110110111001001011101101101001010100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC97; }

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

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

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

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

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

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

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

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