#FEDF95

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

Shades of Cream Brulee #FEDF95

Tints of Cream Brulee #FEDF95

Color information

#FEDF95 (or 0xFEDF95) is unknown color: approx Cream Brulee. HEX triplet: FE, DF and 95. RGB value is (254,223,149). Sum of RGB (Red+Green+Blue) = 254+223+149=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 149 (58.59% from 255 or 23.80% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF95 is #01206A. Grayscale: #E0E0E0. Windows color (decimal): -73835 or 9822206. OLE color: 9822206.

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

Color convert

RGB254223149-
CMYK00.120.410.00
HSL42.29º98.13%79.02%-
HSV(B)42.29º41.34%99.61%-
XYZ72.6976.0239.28-
YUV223.8385.77149.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 149 (58.59% from 255) = 23.80%
R=40.58%
G=35.62%
B=23.80%

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
Decimal25422314900.120.410.0042.2998.1379.02
HexFEDF950C2902a624f
Octal37633722501451052142117
Binary11111110110111111001010101100101001010101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF95; }

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

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

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

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

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

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

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

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