#F4E1E2

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

Shades of Pale Pink #F4E1E2

Tints of Pale Pink #F4E1E2

Color information

#F4E1E2 (or 0xF4E1E2) is unknown color: approx Pale Pink. HEX triplet: F4, E1 and E2. RGB value is (244,225,226). Sum of RGB (Red+Green+Blue) = 244+225+226=695 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.11% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E1E2 is #0B1E1D. Grayscale: #E6E6E6. Windows color (decimal): -728606 or 14868980. OLE color: 14868980.

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

Color convert

RGB244225226-
CMYK00.080.070.04
HSL356.84º46.34%91.96%-
HSV(B)356.84º7.79%95.69%-
XYZ77.9678.5783.01-
YUV230.8125.29137.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.11%
GREEN value IS 225 (88.28% from 255) = 32.37%
BLUE value IS 226 (88.67% from 255) = 32.52%
R=35.11%
G=32.37%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422522600.080.070.04356.8446.3491.96
HexF4E1E208741652e5c
Octal3643413420107454556134
Binary111101001110000111100010010001111001011001011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E1E2; }

 p { color: rgb(244,225,226); }

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

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

 a { background-color: rgb(244,225,226); }

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

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

 span { border-color: rgb(244,225,226); }

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