#FDDF98

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

Shades of Cream Brulee #FDDF98

Tints of Cream Brulee #FDDF98

Color information

#FDDF98 (or 0xFDDF98) is unknown color: approx Cream Brulee. HEX triplet: FD, DF and 98. RGB value is (253,223,152). Sum of RGB (Red+Green+Blue) = 253+223+152=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 152 (59.77% from 255 or 24.20% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF98 is #022067. Grayscale: #E0E0E0. Windows color (decimal): -139368 or 10018813. OLE color: 10018813.

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

Color convert

RGB253223152-
CMYK00.120.400.01
HSL42.18º96.19%79.41%-
HSV(B)42.18º39.92%99.22%-
XYZ72.5675.9340.54-
YUV223.8887.44148.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 152 (59.77% from 255) = 24.20%
R=40.29%
G=35.51%
B=24.20%

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
Decimal25322315200.120.400.0142.1896.1979.41
HexFDDF980C2812a604f
Octal37533723001450152140117
Binary11111101110111111001100001100101000110101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF98; }

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

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

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

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

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

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

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

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