#FFF2EA

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

Shades of Seashell #FFF2EA

Tints of Seashell #FFF2EA

Color information

#FFF2EA (or 0xFFF2EA) is unknown color: approx Seashell. HEX triplet: FF, F2 and EA. RGB value is (255,242,234). Sum of RGB (Red+Green+Blue) = 255+242+234=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 234 (91.80% from 255 or 32.01% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2EA is #000D15. Grayscale: #F5F5F5. Windows color (decimal): -3350 or 15397631. OLE color: 15397631.

HSL color Cylindrical-coordinate representation of color #FFF2EA: hue angle of 22.86º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFF2EA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255242234-
CMYK00.050.080
HSL22.86º100%95.88%-
HSV(B)22.86º8.24%100%-
XYZ87.8490.790.72-
YUV244.97121.81135.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.88%
GREEN value IS 242 (94.92% from 255) = 33.11%
BLUE value IS 234 (91.80% from 255) = 32.01%
R=34.88%
G=33.11%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524223400.050.08022.8610095.88
HexFFF2EA0580176460
Octal3773623520510027144140
Binary1111111111110010111010100101100001011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2EA; }

 p { color: rgb(255,242,234); }

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

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

 a { background-color: rgb(255,242,234); }

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

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

 span { border-color: rgb(255,242,234); }

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