#FCF1EA

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

Shades of Seashell #FCF1EA

Tints of Seashell #FCF1EA

Color information

#FCF1EA (or 0xFCF1EA) is unknown color: approx Seashell. HEX triplet: FC, F1 and EA. RGB value is (252,241,234). Sum of RGB (Red+Green+Blue) = 252+241+234=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 234 (91.80% from 255 or 32.19% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1EA is #030E15. Grayscale: #F3F3F3. Windows color (decimal): -200214 or 15397372. OLE color: 15397372.

HSL color Cylindrical-coordinate representation of color #FCF1EA: hue angle of 23.33º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCF1EA is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252241234-
CMYK00.040.070.01
HSL23.33º75%95.29%-
HSV(B)23.33º7.14%98.82%-
XYZ86.4589.5590.57-
YUV243.49122.64134.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.66%
GREEN value IS 241 (94.53% from 255) = 33.15%
BLUE value IS 234 (91.80% from 255) = 32.19%
R=34.66%
G=33.15%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224123400.040.070.0123.337595.29
HexFCF1EA0471174b5f
Octal374361352047127113137
Binary111111001111000111101010010011111011110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1EA; }

 p { color: rgb(252,241,234); }

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

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

 a { background-color: rgb(252,241,234); }

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

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

 span { border-color: rgb(252,241,234); }

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