#FEDC98

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

Shades of Cream Brulee #FEDC98

Tints of Cream Brulee #FEDC98

Color information

#FEDC98 (or 0xFEDC98) is unknown color: approx Cream Brulee. HEX triplet: FE, DC and 98. RGB value is (254,220,152). Sum of RGB (Red+Green+Blue) = 254+220+152=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC98 is #012367. Grayscale: #DEDEDE. Windows color (decimal): -74600 or 10018046. OLE color: 10018046.

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

Color convert

RGB254220152-
CMYK00.130.400.00
HSL40º98.08%79.61%-
HSV(B)40º40.16%99.61%-
XYZ72.1374.5240.29-
YUV222.4188.26150.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 152 (59.77% from 255) = 24.28%
R=40.58%
G=35.14%
B=24.28%

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
Decimal25422015200.130.400.004098.0879.61
HexFEDC980D280286250
Octal37633423001550050142120
Binary11111110110111001001100001101101000010100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC98; }

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

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

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

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

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

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

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

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