#FEDE9A

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

Shades of Cream Brulee #FEDE9A

Tints of Cream Brulee #FEDE9A

Color information

#FEDE9A (or 0xFEDE9A) is unknown color: approx Cream Brulee. HEX triplet: FE, DE and 9A. RGB value is (254,222,154). Sum of RGB (Red+Green+Blue) = 254+222+154=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 154 (60.55% from 255 or 24.44% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE9A is #012165. Grayscale: #E0E0E0. Windows color (decimal): -74086 or 10149630. OLE color: 10149630.

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

Color convert

RGB254222154-
CMYK00.130.390.00
HSL40.8º98.04%80%-
HSV(B)40.8º39.37%99.61%-
XYZ72.8375.6541.33-
YUV223.8288.6149.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 154 (60.55% from 255) = 24.44%
R=40.32%
G=35.24%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422215400.130.390.0040.898.0480
HexFEDE9A0D270296250
Octal37633623201547051142120
Binary11111110110111101001101001101100111010100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDE9A; }

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

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

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

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

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

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

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

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