#FCEDCF

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

Shades of Varden #FCEDCF

Tints of Varden #FCEDCF

Color information

#FCEDCF (or 0xFCEDCF) is unknown color: approx Varden. HEX triplet: FC, ED and CF. RGB value is (252,237,207). Sum of RGB (Red+Green+Blue) = 252+237+207=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDCF is #031230. Grayscale: #EEEEEE. Windows color (decimal): -201265 or 13626876. OLE color: 13626876.

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

Color convert

RGB252237207-
CMYK00.060.180.01
HSL40º88.24%90%-
HSV(B)40º17.86%98.82%-
XYZ81.6985.7771.28-
YUV238.06110.47137.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 237 (92.97% from 255) = 34.05%
BLUE value IS 207 (81.25% from 255) = 29.74%
R=36.21%
G=34.05%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223720700.060.180.014088.2490
HexFCEDCF0612128585a
Octal3743553170622150130132
Binary111111001110110111001111011010010110100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDCF; }

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

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

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

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

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

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

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

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