#F8DCFD

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

Shades of Selago #F8DCFD

Tints of Selago #F8DCFD

Color information

#F8DCFD (or 0xF8DCFD) is unknown color: approx Selago. HEX triplet: F8, DC and FD. RGB value is (248,220,253). Sum of RGB (Red+Green+Blue) = 248+220+253=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 220 (86.33% from 255 or 30.51% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCFD is #072302. Grayscale: #E8E8E8. Windows color (decimal): -467715 or 16637176. OLE color: 16637176.

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

Color convert

RGB248220253-
CMYK0.020.1300.01
HSL290.91º89.19%92.75%-
HSV(B)290.91º13.04%99.22%-
XYZ82.0378.23103.71-
YUV232.13139.78139.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.40%
GREEN value IS 220 (86.33% from 255) = 30.51%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=34.40%
G=30.51%
B=35.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482202530.020.1300.01290.9189.1992.75
HexF8DCFD2D01123595d
Octal37033437521501443131135
Binary1111100011011100111111011011010110010001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCFD; }

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

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

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

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

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

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

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

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