#FCF5EE

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

Shades of Seashell #FCF5EE

Tints of Seashell #FCF5EE

Color information

#FCF5EE (or 0xFCF5EE) is unknown color: approx Seashell. HEX triplet: FC, F5 and EE. RGB value is (252,245,238). Sum of RGB (Red+Green+Blue) = 252+245+238=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 238 (93.36% from 255 or 32.38% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5EE is #030A11. Grayscale: #F6F6F6. Windows color (decimal): -199186 or 15660540. OLE color: 15660540.

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

Color convert

RGB252245238-
CMYK00.030.060.01
HSL30º70%96.08%-
HSV(B)30º5.56%98.82%-
XYZ88.2392.1794.03-
YUV246.3123.32132.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 245 (96.09% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 32.38%
R=34.29%
G=33.33%
B=32.38%

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
Decimal25224523800.030.060.01307096.08
HexFCF5EE03611e4660
Octal374365356036136106140
Binary11111100111101011110111001111011111010001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5EE; }

 p { color: rgb(252,245,238); }

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

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

 a { background-color: rgb(252,245,238); }

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

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

 span { border-color: rgb(252,245,238); }

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