#FDDE9D

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

Shades of Cream Brulee #FDDE9D

Tints of Cream Brulee #FDDE9D

Color information

#FDDE9D (or 0xFDDE9D) is unknown color: approx Cream Brulee. HEX triplet: FD, DE and 9D. RGB value is (253,222,157). Sum of RGB (Red+Green+Blue) = 253+222+157=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 157 (61.72% from 255 or 24.84% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDE9D is #022162. Grayscale: #E0E0E0. Windows color (decimal): -139619 or 10346237. OLE color: 10346237.

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

Color convert

RGB253222157-
CMYK00.120.380.01
HSL40.62º96%80.39%-
HSV(B)40.62º37.94%99.22%-
XYZ72.7275.5642.65-
YUV223.8690.27148.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 157 (61.72% from 255) = 24.84%
R=40.03%
G=35.13%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322215700.120.380.0140.629680.39
HexFDDE9D0C261296050
Octal37533623501446151140120
Binary11111101110111101001110101100100110110100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE9D; }

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

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

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

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

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

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

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

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