#F8DCFE

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

Shades of Selago #F8DCFE

Tints of Selago #F8DCFE

Color information

#F8DCFE (or 0xF8DCFE) is unknown color: approx Selago. HEX triplet: F8, DC and FE. RGB value is (248,220,254). Sum of RGB (Red+Green+Blue) = 248+220+254=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 220 (86.33% from 255 or 30.47% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFE is #072301. Grayscale: #E8E8E8. Windows color (decimal): -467714 or 16702712. OLE color: 16702712.

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

Color convert

RGB248220254-
CMYK0.020.1300.00
HSL289.41º94.44%92.94%-
HSV(B)289.41º13.39%99.61%-
XYZ82.1978.3104.55-
YUV232.25140.28139.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.35%
GREEN value IS 220 (86.33% from 255) = 30.47%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=34.35%
G=30.47%
B=35.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482202540.020.1300.00289.4194.4492.94
HexF8DCFE2D001215e5d
Octal37033437621500441136135
Binary1111100011011100111111101011010010010000110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCFE; }

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

 H1.HeaderClassName
 {
   color: #F8DCFE;
 }
 .AnyTagClassName
 {
   color: #F8DCFE;
 }
</style>
background-color css

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

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

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

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

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

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