Html Css Color HEX #F8E5FA Selago

📋 copy color: '#F8E5FA'

red 248 ◦ green 229 ◦ blue 250

#F8E5FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #F8E5FA

Tints of Selago #F8E5FA

RGB

 RED value IS 248 (97.27% from 255) = 34.11%

 GREEN value IS 229 (89.84% from 255) = 31.5%

 BLUE value IS 250 (98.05% from 255) = 34.39%

R = 34.11%
G = 31.5%
B = 34.39%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8E5FA (or 0xF8E5FA) is known color: Selago. HEX triplet: F8, E5 and FA. RGB value is (248,229,250). Sum of RGB (Red+Green+Blue) = 248+229+250=727 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.11% from 727); Green value is 229 (89.84% from 255 or 31.50% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8E5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E5FA is #071A05. Grayscale: #EDEDED. Windows color (decimal): -465414 or 16442872. OLE color: 16442872.

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

Color convert

RGB 248 229 250 -
CMYK 0.01 0.08 0 0.02
HSL 294.29º 0.68% 0.94% -
HSV(B) 294.29º 0.08% 0.98% -
XYZ 83.99 82.9 102.02 -
YUV 237.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 248 229 250 0.01 0.08 0 0.02 294.29 0.68 0.94
Hex F8 E5 FA 1 8 0 2 126 44 5E
Octal 370 345 372 1 10 0 2 446 104 136
Binary 11111000 11100101 11111010 1 1000 0 10 100100110 1000100 1011110

Color Harmonies of #F8E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E5FA

Black with #F8E5FA

Text Example


Text Example

White with #F8E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E5FA; }

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

 H1.HeaderClassName
 {
   color: #F8E5FA;
 }
 .AnyTagClassName
 {
   color: #F8E5FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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