#FEDE97

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

Shades of Cream Brulee #FEDE97

Tints of Cream Brulee #FEDE97

Color information

#FEDE97 (or 0xFEDE97) is unknown color: approx Cream Brulee. HEX triplet: FE, DE and 97. RGB value is (254,222,151). Sum of RGB (Red+Green+Blue) = 254+222+151=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 151 (59.38% from 255 or 24.08% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE97 is #012168. Grayscale: #DFDFDF. Windows color (decimal): -74089 or 9953022. OLE color: 9953022.

HSL color Cylindrical-coordinate representation of color #FEDE97: hue angle of 41.36º 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 #FEDE97 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254222151-
CMYK00.130.410.00
HSL41.36º98.1%79.41%-
HSV(B)41.36º40.55%99.61%-
XYZ72.5875.5540.03-
YUV223.4787.1149.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 151 (59.38% from 255) = 24.08%
R=40.51%
G=35.41%
B=24.08%

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
Decimal25422215100.130.410.0041.3698.179.41
HexFEDE970D29029624f
Octal37633622701551051142117
Binary11111110110111101001011101101101001010100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDE97; }

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

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

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

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

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

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

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

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