Html Css Color HEX #F8E4FA Selago

📋 copy color: '#F8E4FA'

red 248 ◦ green 228 ◦ blue 250

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

Shades of Selago #F8E4FA

Tints of Selago #F8E4FA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.4%

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

R = 34.16%
G = 31.4%
B = 34.44%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8E4FA (or 0xF8E4FA) is known color: Selago. HEX triplet: F8, E4 and FA. RGB value is (248,228,250). Sum of RGB (Red+Green+Blue) = 248+228+250=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 228 (89.45% from 255 or 31.40% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8E4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E4FA is #071B05. Grayscale: #ECECEC. Windows color (decimal): -465670 or 16442616. OLE color: 16442616.

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

Color convert

RGB 248 228 250 -
CMYK 0.01 0.09 0 0.02
HSL 294.55º 0.69% 0.94% -
HSV(B) 294.55º 0.09% 0.98% -
XYZ 83.71 82.35 101.92 -
YUV 236.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 248 228 250 0.01 0.09 0 0.02 294.55 0.69 0.94
Hex F8 E4 FA 1 9 0 2 127 45 5E
Octal 370 344 372 1 11 0 2 447 105 136
Binary 11111000 11100100 11111010 1 1001 0 10 100100111 1000101 1011110

Color Harmonies of #F8E4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E4FA

Black with #F8E4FA

Text Example


Text Example

White with #F8E4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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