#FDF0CF

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

Shades of Varden #FDF0CF

Tints of Varden #FDF0CF

Color information

#FDF0CF (or 0xFDF0CF) is unknown color: approx Varden. HEX triplet: FD, F0 and CF. RGB value is (253,240,207). Sum of RGB (Red+Green+Blue) = 253+240+207=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 207 (81.25% from 255 or 29.57% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0CF is #020F30. Grayscale: #F0F0F0. Windows color (decimal): -134961 or 13627645. OLE color: 13627645.

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

Color convert

RGB253240207-
CMYK00.050.180.01
HSL43.04º92%90.2%-
HSV(B)43.04º18.18%99.22%-
XYZ82.9387.7171.59-
YUV240.12109.31137.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 240 (94.14% from 255) = 34.29%
BLUE value IS 207 (81.25% from 255) = 29.57%
R=36.14%
G=34.29%
B=29.57%

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
Decimal25324020700.050.180.0143.049290.2
HexFDF0CF051212b5c5a
Octal3753603170522153134132
Binary111111011111000011001111010110010110101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0CF; }

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

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

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

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

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

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

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

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