#FDF0D0

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

Shades of Varden #FDF0D0

Tints of Varden #FDF0D0

Color information

#FDF0D0 (or 0xFDF0D0) is unknown color: approx Varden. HEX triplet: FD, F0 and D0. RGB value is (253,240,208). Sum of RGB (Red+Green+Blue) = 253+240+208=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0D0 is #020F2F. Grayscale: #F0F0F0. Windows color (decimal): -134960 or 13693181. OLE color: 13693181.

HSL color Cylindrical-coordinate representation of color #FDF0D0: hue angle of 42.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDF0D0 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253240208-
CMYK00.050.180.01
HSL42.67º91.84%90.39%-
HSV(B)42.67º17.79%99.22%-
XYZ83.0587.7672.24-
YUV240.24109.81137.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 240 (94.14% from 255) = 34.24%
BLUE value IS 208 (81.64% from 255) = 29.67%
R=36.09%
G=34.24%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324020800.050.180.0142.6791.8490.39
HexFDF0D0051212b5c5a
Octal3753603200522153134132
Binary111111011111000011010000010110010110101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0D0; }

 p { color: rgb(253,240,208); }

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

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

 a { background-color: rgb(253,240,208); }

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

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

 span { border-color: rgb(253,240,208); }

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