#F0E4E0

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

Shades of Wisp Pink #F0E4E0

Tints of Wisp Pink #F0E4E0

Color information

#F0E4E0 (or 0xF0E4E0) is unknown color: approx Wisp Pink. HEX triplet: F0, E4 and E0. RGB value is (240,228,224). Sum of RGB (Red+Green+Blue) = 240+228+224=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4E0 is #0F1B1F. Grayscale: #E7E7E7. Windows color (decimal): -989984 or 14738672. OLE color: 14738672.

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

Color convert

RGB240228224-
CMYK00.050.070.06
HSL15º34.78%90.98%-
HSV(B)15º6.67%94.12%-
XYZ77.1379.3981.78-
YUV231.13123.98134.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.68%
GREEN value IS 228 (89.45% from 255) = 32.95%
BLUE value IS 224 (87.89% from 255) = 32.37%
R=34.68%
G=32.95%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022822400.050.070.061534.7890.98
HexF0E4E00576f235b
Octal36034434005761743133
Binary111100001110010011100000010111111011111000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4E0; }

 p { color: rgb(240,228,224); }

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

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

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

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

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

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

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