#FDF0D5

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

Shades of Varden #FDF0D5

Tints of Varden #FDF0D5

Color information

#FDF0D5 (or 0xFDF0D5) is unknown color: approx Varden. HEX triplet: FD, F0 and D5. RGB value is (253,240,213). Sum of RGB (Red+Green+Blue) = 253+240+213=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0D5 is #020F2A. Grayscale: #F0F0F0. Windows color (decimal): -134955 or 14020861. OLE color: 14020861.

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

Color convert

RGB253240213-
CMYK00.050.160.01
HSL40.5º90.91%91.37%-
HSV(B)40.5º15.81%99.22%-
XYZ83.6888.0175.53-
YUV240.81112.31136.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.84%
GREEN value IS 240 (94.14% from 255) = 33.99%
BLUE value IS 213 (83.59% from 255) = 30.17%
R=35.84%
G=33.99%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324021300.050.160.0140.590.9191.37
HexFDF0D505101285b5b
Octal3753603250520150133133
Binary111111011111000011010101010110000110100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0D5; }

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

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

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

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

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

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

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

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