#FDF0D4

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

Shades of Varden #FDF0D4

Tints of Varden #FDF0D4

Color information

#FDF0D4 (or 0xFDF0D4) is unknown color: approx Varden. HEX triplet: FD, F0 and D4. RGB value is (253,240,212). Sum of RGB (Red+Green+Blue) = 253+240+212=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 212 (83.20% from 255 or 30.07% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0D4 is #020F2B. Grayscale: #F0F0F0. Windows color (decimal): -134956 or 13955325. OLE color: 13955325.

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

Color convert

RGB253240212-
CMYK00.050.160.01
HSL40.98º91.11%91.18%-
HSV(B)40.98º16.21%99.22%-
XYZ83.5587.9674.86-
YUV240.7111.81136.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 240 (94.14% from 255) = 34.04%
BLUE value IS 212 (83.20% from 255) = 30.07%
R=35.89%
G=34.04%
B=30.07%

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
Decimal25324021200.050.160.0140.9891.1191.18
HexFDF0D405101295b5b
Octal3753603240520151133133
Binary111111011111000011010100010110000110100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0D4; }

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

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

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

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

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

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

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

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