#FEDE9D

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

Shades of Cream Brulee #FEDE9D

Tints of Cream Brulee #FEDE9D

Color information

#FEDE9D (or 0xFEDE9D) is unknown color: approx Cream Brulee. HEX triplet: FE, DE and 9D. RGB value is (254,222,157). Sum of RGB (Red+Green+Blue) = 254+222+157=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 157 (61.72% from 255 or 24.80% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE9D is #012162. Grayscale: #E0E0E0. Windows color (decimal): -74083 or 10346238. OLE color: 10346238.

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

Color convert

RGB254222157-
CMYK00.130.380.00
HSL40.21º97.98%80.59%-
HSV(B)40.21º38.19%99.61%-
XYZ73.0875.7542.67-
YUV224.1690.1149.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 157 (61.72% from 255) = 24.80%
R=40.13%
G=35.07%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422215700.130.380.0040.2197.9880.59
HexFEDE9D0D260286251
Octal37633623501546050142121
Binary11111110110111101001110101101100110010100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDE9D; }

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

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

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

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

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

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

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

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