#FEDF9D

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

Shades of Cream Brulee #FEDF9D

Tints of Cream Brulee #FEDF9D

Color information

#FEDF9D (or 0xFEDF9D) is unknown color: approx Cream Brulee. HEX triplet: FE, DF and 9D. RGB value is (254,223,157). Sum of RGB (Red+Green+Blue) = 254+223+157=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 157 (61.72% from 255 or 24.76% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF9D is #012062. Grayscale: #E1E1E1. Windows color (decimal): -73827 or 10346494. OLE color: 10346494.

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

Color convert

RGB254223157-
CMYK00.120.380.00
HSL40.82º97.98%80.59%-
HSV(B)40.82º38.19%99.61%-
XYZ73.3576.2842.76-
YUV224.7489.77148.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 157 (61.72% from 255) = 24.76%
R=40.06%
G=35.17%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422315700.120.380.0040.8297.9880.59
HexFEDF9D0C260296251
Octal37633723501446051142121
Binary11111110110111111001110101100100110010100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF9D; }

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

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

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

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

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

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

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

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