#FDDE99

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

Shades of Cream Brulee #FDDE99

Tints of Cream Brulee #FDDE99

Color information

#FDDE99 (or 0xFDDE99) is unknown color: approx Cream Brulee. HEX triplet: FD, DE and 99. RGB value is (253,222,153). Sum of RGB (Red+Green+Blue) = 253+222+153=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 153 (60.16% from 255 or 24.36% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDE99 is #022166. Grayscale: #DFDFDF. Windows color (decimal): -139623 or 10084093. OLE color: 10084093.

HSL color Cylindrical-coordinate representation of color #FDDE99: hue angle of 41.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDDE99 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253222153-
CMYK00.120.400.01
HSL41.4º96.15%79.61%-
HSV(B)41.4º39.53%99.22%-
XYZ72.3875.4340.88-
YUV223.488.27149.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 153 (60.16% from 255) = 24.36%
R=40.29%
G=35.35%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322215300.120.400.0141.496.1579.61
HexFDDE990C281296050
Octal37533623101450151140120
Binary11111101110111101001100101100101000110100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE99; }

 p { color: rgb(253,222,153); }

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

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

 a { background-color: rgb(253,222,153); }

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

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

 span { border-color: rgb(253,222,153); }

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