#FEDF9A

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

Shades of Cream Brulee #FEDF9A

Tints of Cream Brulee #FEDF9A

Color information

#FEDF9A (or 0xFEDF9A) is unknown color: approx Cream Brulee. HEX triplet: FE, DF and 9A. RGB value is (254,223,154). Sum of RGB (Red+Green+Blue) = 254+223+154=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF9A is #012065. Grayscale: #E0E0E0. Windows color (decimal): -73830 or 10149886. OLE color: 10149886.

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

Color convert

RGB254223154-
CMYK00.120.390.00
HSL41.4º98.04%80%-
HSV(B)41.4º39.37%99.61%-
XYZ73.0976.1841.42-
YUV224.488.27149.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 154 (60.55% from 255) = 24.41%
R=40.25%
G=35.34%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422315400.120.390.0041.498.0480
HexFEDF9A0C270296250
Octal37633723201447051142120
Binary11111110110111111001101001100100111010100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF9A; }

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

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

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

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

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

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

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

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