#FDDF95

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

Shades of Cream Brulee #FDDF95

Tints of Cream Brulee #FDDF95

Color information

#FDDF95 (or 0xFDDF95) is unknown color: approx Cream Brulee. HEX triplet: FD, DF and 95. RGB value is (253,223,149). Sum of RGB (Red+Green+Blue) = 253+223+149=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF95 is #02206A. Grayscale: #DFDFDF. Windows color (decimal): -139371 or 9822205. OLE color: 9822205.

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

Color convert

RGB253223149-
CMYK00.120.410.01
HSL42.69º96.3%78.82%-
HSV(B)42.69º41.11%99.22%-
XYZ72.3275.8339.26-
YUV223.5385.94149.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 149 (58.59% from 255) = 23.84%
R=40.48%
G=35.68%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322314900.120.410.0142.6996.378.82
HexFDDF950C2912b604f
Octal37533722501451153140117
Binary11111101110111111001010101100101001110101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF95; }

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

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

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

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

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

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

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

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