#FFF2EB

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

Shades of Seashell #FFF2EB

Tints of Seashell #FFF2EB

Color information

#FFF2EB (or 0xFFF2EB) is unknown color: approx Seashell. HEX triplet: FF, F2 and EB. RGB value is (255,242,235). Sum of RGB (Red+Green+Blue) = 255+242+235=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 242 (94.92% from 255 or 33.06% from 732); Blue value is 235 (92.19% from 255 or 32.10% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2EB is #000D14. Grayscale: #F5F5F5. Windows color (decimal): -3349 or 15463167. OLE color: 15463167.

HSL color Cylindrical-coordinate representation of color #FFF2EB: hue angle of 21º 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 #FFF2EB is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255242235-
CMYK00.050.080
HSL21º100%96.08%-
HSV(B)21º7.84%100%-
XYZ87.9990.7691.48-
YUV245.09122.31135.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 242 (94.92% from 255) = 33.06%
BLUE value IS 235 (92.19% from 255) = 32.10%
R=34.84%
G=33.06%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524223500.050.0802110096.08
HexFFF2EB0580156460
Octal3773623530510025144140
Binary1111111111110010111010110101100001010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2EB; }

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

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

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

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

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

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

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

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