#FEDD9C

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

Shades of Cream Brulee #FEDD9C

Tints of Cream Brulee #FEDD9C

Color information

#FEDD9C (or 0xFEDD9C) is unknown color: approx Cream Brulee. HEX triplet: FE, DD and 9C. RGB value is (254,221,156). Sum of RGB (Red+Green+Blue) = 254+221+156=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD9C is #012263. Grayscale: #DFDFDF. Windows color (decimal): -74340 or 10280446. OLE color: 10280446.

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

Color convert

RGB254221156-
CMYK00.130.390.00
HSL39.8º98%80.39%-
HSV(B)39.8º38.58%99.61%-
XYZ72.7375.1842.13-
YUV223.4689.93149.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 156 (61.33% from 255) = 24.72%
R=40.25%
G=35.02%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422115600.130.390.0039.89880.39
HexFEDD9C0D270286250
Octal37633523401547050142120
Binary11111110110111011001110001101100111010100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDD9C; }

 p { color: rgb(254,221,156); }

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

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

 a { background-color: rgb(254,221,156); }

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

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

 span { border-color: rgb(254,221,156); }

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