#FEDE99

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

Shades of Cream Brulee #FEDE99

Tints of Cream Brulee #FEDE99

Color information

#FEDE99 (or 0xFEDE99) is unknown color: approx Cream Brulee. HEX triplet: FE, DE and 99. RGB value is (254,222,153). Sum of RGB (Red+Green+Blue) = 254+222+153=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 153 (60.16% from 255 or 24.32% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE99 is #012166. Grayscale: #E0E0E0. Windows color (decimal): -74087 or 10084094. OLE color: 10084094.

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

Color convert

RGB254222153-
CMYK00.130.400.00
HSL40.99º98.06%79.8%-
HSV(B)40.99º39.76%99.61%-
XYZ72.7475.6140.9-
YUV223.788.1149.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 153 (60.16% from 255) = 24.32%
R=40.38%
G=35.29%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422215300.130.400.0040.9998.0679.8
HexFEDE990D280296250
Octal37633623101550051142120
Binary11111110110111101001100101101101000010100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDE99; }

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

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

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

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

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

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

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

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