#FDDF9C

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

Shades of Cream Brulee #FDDF9C

Tints of Cream Brulee #FDDF9C

Color information

#FDDF9C (or 0xFDDF9C) is unknown color: approx Cream Brulee. HEX triplet: FD, DF and 9C. RGB value is (253,223,156). Sum of RGB (Red+Green+Blue) = 253+223+156=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 156 (61.33% from 255 or 24.68% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF9C is #022063. Grayscale: #E0E0E0. Windows color (decimal): -139364 or 10280957. OLE color: 10280957.

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

Color convert

RGB253223156-
CMYK00.120.380.01
HSL41.44º96.04%80.2%-
HSV(B)41.44º38.34%99.22%-
XYZ72.976.0642.29-
YUV224.3389.44148.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 223 (87.5% from 255) = 35.28%
BLUE value IS 156 (61.33% from 255) = 24.68%
R=40.03%
G=35.28%
B=24.68%

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
Decimal25322315600.120.380.0141.4496.0480.2
HexFDDF9C0C261296050
Octal37533723401446151140120
Binary11111101110111111001110001100100110110100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF9C; }

 p { color: rgb(253,223,156); }

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

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

 a { background-color: rgb(253,223,156); }

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

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

 span { border-color: rgb(253,223,156); }

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