#F7E4FA

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

Shades of Selago #F7E4FA

Tints of Selago #F7E4FA

Color information

#F7E4FA (or 0xF7E4FA) is unknown color: approx Selago. HEX triplet: F7, E4 and FA. RGB value is (247,228,250). Sum of RGB (Red+Green+Blue) = 247+228+250=725 (96% of max value = 765). Red value is 247 (96.88% from 255 or 34.07% from 725); Green value is 228 (89.45% from 255 or 31.45% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7E4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E4FA is #081B05. Grayscale: #ECECEC. Windows color (decimal): -531206 or 16442615. OLE color: 16442615.

HSL color Cylindrical-coordinate representation of color #F7E4FA: hue angle of 291.82º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7E4FA is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247228250-
CMYK0.010.0900.02
HSL291.82º68.75%93.73%-
HSV(B)291.82º8.8%98.04%-
XYZ83.3682.16101.91-
YUV236.19135.79135.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.07%
GREEN value IS 228 (89.45% from 255) = 31.45%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=34.07%
G=31.45%
B=34.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472282500.010.0900.02291.8268.7593.73
HexF7E4FA1902124455e
Octal36734437211102444105136
Binary1111011111100100111110101100101010010010010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E4FA; }

 p { color: rgb(247,228,250); }

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

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

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

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

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

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

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