#FDDC98

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

Shades of Cream Brulee #FDDC98

Tints of Cream Brulee #FDDC98

Color information

#FDDC98 (or 0xFDDC98) is unknown color: approx Cream Brulee. HEX triplet: FD, DC and 98. RGB value is (253,220,152). Sum of RGB (Red+Green+Blue) = 253+220+152=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC98 is #022367. Grayscale: #DEDEDE. Windows color (decimal): -140136 or 10018045. OLE color: 10018045.

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

Color convert

RGB253220152-
CMYK00.130.400.01
HSL40.4º96.19%79.41%-
HSV(B)40.4º39.92%99.22%-
XYZ71.7774.3440.27-
YUV222.1188.43150.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 152 (59.77% from 255) = 24.32%
R=40.48%
G=35.2%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322015200.130.400.0140.496.1979.41
HexFDDC980D28128604f
Octal37533423001550150140117
Binary11111101110111001001100001101101000110100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC98; }

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

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

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

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

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

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

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

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