#F4E1F2

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

Shades of Selago #F4E1F2

Tints of Selago #F4E1F2

Color information

#F4E1F2 (or 0xF4E1F2) is unknown color: approx Selago. HEX triplet: F4, E1 and F2. RGB value is (244,225,242). Sum of RGB (Red+Green+Blue) = 244+225+242=711 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.32% from 711); Green value is 225 (88.28% from 255 or 31.65% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4E1F2 is #0B1E0D. Grayscale: #E8E8E8. Windows color (decimal): -728590 or 15917556. OLE color: 15917556.

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

Color convert

RGB244225242-
CMYK00.080.010.04
HSL306.32º46.34%91.96%-
HSV(B)306.32º7.79%95.69%-
XYZ80.2679.4995.12-
YUV232.62133.29136.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.32%
GREEN value IS 225 (88.28% from 255) = 31.65%
BLUE value IS 242 (94.92% from 255) = 34.04%
R=34.32%
G=31.65%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422524200.080.010.04306.3246.3491.96
HexF4E1F208141322e5c
Octal3643413620101446256134
Binary1111010011100001111100100100011001001100101011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E1F2; }

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

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

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

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

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

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

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

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