#F8D7FE

Color #F8D7FE Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #F8D7FE

Tints of Selago #F8D7FE

Color information

#F8D7FE (or 0xF8D7FE) is unknown color: approx 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

RGB248215254-
CMYK0.020.1500.00
HSL290.77º95.12%91.96%-
HSV(B)290.77º15.35%99.61%-
XYZ80.975.71104.12-
YUV229.31141.93141.33-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482152540.020.1500.00290.7795.1291.96
HexF8D7FE2F001235f5c
Octal37032737621700443137134
Binary1111100011010111111111101011110010010001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>