#FEDF96

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

Shades of Cream Brulee #FEDF96

Tints of Cream Brulee #FEDF96

Color information

#FEDF96 (or 0xFEDF96) is unknown color: approx Cream Brulee. HEX triplet: FE, DF and 96. RGB value is (254,223,150). Sum of RGB (Red+Green+Blue) = 254+223+150=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 150 (58.98% from 255 or 23.92% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF96 is #012069. Grayscale: #E0E0E0. Windows color (decimal): -73834 or 9887742. OLE color: 9887742.

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

Color convert

RGB254223150-
CMYK00.120.410.00
HSL42.12º98.11%79.22%-
HSV(B)42.12º40.94%99.61%-
XYZ72.7776.0539.7-
YUV223.9586.27149.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 150 (58.98% from 255) = 23.92%
R=40.51%
G=35.57%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422315000.120.410.0042.1298.1179.22
HexFEDF960C2902a624f
Octal37633722601451052142117
Binary11111110110111111001011001100101001010101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF96; }

 p { color: rgb(254,223,150); }

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

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

 a { background-color: rgb(254,223,150); }

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

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

 span { border-color: rgb(254,223,150); }

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