#F8E3FA

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

Shades of Selago #F8E3FA

Tints of Selago #F8E3FA

Color information

#F8E3FA (or 0xF8E3FA) is unknown color: approx Selago. HEX triplet: F8, E3 and FA. RGB value is (248,227,250). Sum of RGB (Red+Green+Blue) = 248+227+250=725 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.21% from 725); Green value is 227 (89.06% from 255 or 31.31% 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 #F8E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E3FA is #071C05. Grayscale: #EBEBEB. Windows color (decimal): -465926 or 16442360. OLE color: 16442360.

HSL color Cylindrical-coordinate representation of color #F8E3FA: hue angle of 294.78º degrees, saturation: 0.7, 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 #F8E3FA is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248227250-
CMYK0.010.0900.02
HSL294.78º69.7%93.53%-
HSV(B)294.78º9.2%98.04%-
XYZ83.4481.8101.83-
YUV235.9135.96136.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.21%
GREEN value IS 227 (89.06% from 255) = 31.31%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=34.21%
G=31.31%
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
Decimal2482272500.010.0900.02294.7869.793.53
HexF8E3FA1902127465e
Octal37034337211102447106136
Binary1111100011100011111110101100101010010011110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E3FA; }

 p { color: rgb(248,227,250); }

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

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

 a { background-color: rgb(248,227,250); }

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

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

 span { border-color: rgb(248,227,250); }

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