Html Css Color HEX #F8D7FE Selago

📋 copy color: '#F8D7FE'

red 248 ◦ green 215 ◦ blue 254

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

Shades of Selago #F8D7FE

Tints of Selago #F8D7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 29.99%

 BLUE value IS 254 (99.61% from 255) = 35.43%

R = 34.59%
G = 29.99%
B = 35.43%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F8D7FE (or 0xF8D7FE) is known color: Selago. HEX triplet: F8, D7 and FE. RGB value is (248,215,254). Sum of RGB (Red+Green+Blue) = 248+215+254=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 215 (84.38% from 255 or 29.99% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D7FE is #072801. Grayscale: #E5E5E5. Windows color (decimal): -468994 or 16701432. OLE color: 16701432.

HSL color Cylindrical-coordinate representation of color #F8D7FE: hue angle of 290.77º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D7FE is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 215 254 -
CMYK 0.02 0.15 0 0.00
HSL 290.77º 0.95% 0.92% -
HSV(B) 290.77º 0.15% 1% -
XYZ 80.9 75.71 104.12 -
YUV 229.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 248 215 254 0.02 0.15 0 0.00 290.77 0.95 0.92
Hex F8 D7 FE 2 F 0 0 123 5F 5C
Octal 370 327 376 2 17 0 0 443 137 134
Binary 11111000 11010111 11111110 10 1111 0 0 100100011 1011111 1011100

Color Harmonies of #F8D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D7FE

Black with #F8D7FE

Text Example


Text Example

White with #F8D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D7FE; }

 p { color: rgb(248,215,254); }

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

background-color css

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

 a { background-color: rgb(248,215,254); }

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

border-color css

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

 span { border-color: rgb(248,215,254); }

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