#FCF4ED

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

Shades of Seashell #FCF4ED

Tints of Seashell #FCF4ED

Color information

#FCF4ED (or 0xFCF4ED) is unknown color: approx Seashell. HEX triplet: FC, F4 and ED. RGB value is (252,244,237). Sum of RGB (Red+Green+Blue) = 252+244+237=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 244 (95.70% from 255 or 33.29% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4ED is #030B12. Grayscale: #F5F5F5. Windows color (decimal): -199443 or 15594748. OLE color: 15594748.

HSL color Cylindrical-coordinate representation of color #FCF4ED: hue angle of 28º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCF4ED is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252244237-
CMYK00.030.060.01
HSL28º71.43%95.88%-
HSV(B)28º5.95%98.82%-
XYZ87.7891.5193.16-
YUV245.59123.15132.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 244 (95.70% from 255) = 33.29%
BLUE value IS 237 (92.97% from 255) = 32.33%
R=34.38%
G=33.29%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224423700.030.060.012871.4395.88
HexFCF4ED03611c4760
Octal374364355036134107140
Binary11111100111101001110110101111011110010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4ED; }

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

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

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

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

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

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

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

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