#FCF0CF

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

Shades of Varden #FCF0CF

Tints of Varden #FCF0CF

Color information

#FCF0CF (or 0xFCF0CF) is unknown color: approx Varden. HEX triplet: FC, F0 and CF. RGB value is (252,240,207). Sum of RGB (Red+Green+Blue) = 252+240+207=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0CF is #030F30. Grayscale: #EFEFEF. Windows color (decimal): -200497 or 13627644. OLE color: 13627644.

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

Color convert

RGB252240207-
CMYK00.050.180.01
HSL44º88.24%90%-
HSV(B)44º17.86%98.82%-
XYZ82.5787.5271.57-
YUV239.83109.48136.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 240 (94.14% from 255) = 34.33%
BLUE value IS 207 (81.25% from 255) = 29.61%
R=36.05%
G=34.33%
B=29.61%

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
Decimal25224020700.050.180.014488.2490
HexFCF0CF051212c585a
Octal3743603170522154130132
Binary111111001111000011001111010110010110110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0CF; }

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

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

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

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

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

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

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

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