Html Css Color HEX #F8E2F5 Selago

📋 copy color: '#F8E2F5'

red 248 ◦ green 226 ◦ blue 245

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

Shades of Selago #F8E2F5

Tints of Selago #F8E2F5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.43%

 BLUE value IS 245 (96.09% from 255) = 34.08%

R = 34.49%
G = 31.43%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8E2F5 (or 0xF8E2F5) is known color: Selago. HEX triplet: F8, E2 and F5. RGB value is (248,226,245). Sum of RGB (Red+Green+Blue) = 248+226+245=719 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.49% from 719); Green value is 226 (88.67% from 255 or 31.43% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E2F5 is #071D0A. Grayscale: #EAEAEA. Windows color (decimal): -466187 or 16114424. OLE color: 16114424.

HSL color Cylindrical-coordinate representation of color #F8E2F5: hue angle of 308.18º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F8E2F5 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 226 245 -
CMYK 0 0.09 0.01 0.03
HSL 308.18º 0.61% 0.93% -
HSV(B) 308.18º 0.09% 0.97% -
XYZ 82.39 80.94 97.67 -
YUV 234.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 248 226 245 0 0.09 0.01 0.03 308.18 0.61 0.93
Hex F8 E2 F5 0 9 1 3 134 3D 5D
Octal 370 342 365 0 11 1 3 464 75 135
Binary 11111000 11100010 11110101 0 1001 1 11 100110100 111101 1011101

Color Harmonies of #F8E2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E2F5

Black with #F8E2F5

Text Example


Text Example

White with #F8E2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E2F5; }

 p { color: rgb(248,226,245); }

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

background-color css

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

 a { background-color: rgb(248,226,245); }

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

border-color css

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

 span { border-color: rgb(248,226,245); }

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