Html Css Color HEX #F8E5FB Selago

📋 copy color: '#F8E5FB'

red 248 ◦ green 229 ◦ blue 251

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

Shades of Selago #F8E5FB

Tints of Selago #F8E5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.48%

R = 34.07%
G = 31.46%
B = 34.48%

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

#F8E5FB (or 0xF8E5FB) is known color: Selago. HEX triplet: F8, E5 and FB. RGB value is (248,229,251). Sum of RGB (Red+Green+Blue) = 248+229+251=728 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.07% from 728); Green value is 229 (89.84% from 255 or 31.46% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8E5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E5FB is #071A04. Grayscale: #EDEDED. Windows color (decimal): -465413 or 16508408. OLE color: 16508408.

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

Color convert

RGB 248 229 251 -
CMYK 0.01 0.09 0 0.02
HSL 291.82º 0.73% 0.94% -
HSV(B) 291.82º 0.09% 0.98% -
XYZ 84.14 82.96 102.84 -
YUV 237.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 248 229 251 0.01 0.09 0 0.02 291.82 0.73 0.94
Hex F8 E5 FB 1 9 0 2 124 49 5E
Octal 370 345 373 1 11 0 2 444 111 136
Binary 11111000 11100101 11111011 1 1001 0 10 100100100 1001001 1011110

Color Harmonies of #F8E5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E5FB

Black with #F8E5FB

Text Example


Text Example

White with #F8E5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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