#F2E4E4

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

Shades of Whisper #F2E4E4

Tints of Whisper #F2E4E4

Color information

#F2E4E4 (or 0xF2E4E4) is unknown color: approx Whisper. HEX triplet: F2, E4 and E4. RGB value is (242,228,228). Sum of RGB (Red+Green+Blue) = 242+228+228=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 228 (89.45% from 255 or 32.66% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4E4 is #0D1B1B. Grayscale: #E8E8E8. Windows color (decimal): -858908 or 15000818. OLE color: 15000818.

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

Color convert

RGB242228228-
CMYK00.060.060.05
HSL35%92.16%-
HSV(B)5.79%94.9%-
XYZ78.3679.9784.7-
YUV232.19125.64135-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.67%
GREEN value IS 228 (89.45% from 255) = 32.66%
BLUE value IS 228 (89.45% from 255) = 32.66%
R=34.67%
G=32.66%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222822800.060.060.0503592.16
HexF2E4E406650235c
Octal3623443440665043134
Binary111100101110010011100100011011010101000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4E4; }

 p { color: rgb(242,228,228); }

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

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

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

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

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

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

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