#F8DDFD

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

Shades of Selago #F8DDFD

Tints of Selago #F8DDFD

Color information

#F8DDFD (or 0xF8DDFD) is unknown color: approx Selago. HEX triplet: F8, DD and FD. RGB value is (248,221,253). Sum of RGB (Red+Green+Blue) = 248+221+253=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 221 (86.72% from 255 or 30.61% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDFD is #072202. Grayscale: #E8E8E8. Windows color (decimal): -467459 or 16637432. OLE color: 16637432.

HSL color Cylindrical-coordinate representation of color #F8DDFD: hue angle of 290.62º 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 #F8DDFD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB248221253-
CMYK0.020.1300.01
HSL290.62º88.89%92.94%-
HSV(B)290.62º12.65%99.22%-
XYZ82.378.76103.79-
YUV232.72139.45138.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.35%
GREEN value IS 221 (86.72% from 255) = 30.61%
BLUE value IS 253 (99.22% from 255) = 35.04%
R=34.35%
G=30.61%
B=35.04%

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
Decimal2482212530.020.1300.01290.6288.8992.94
HexF8DDFD2D01123595d
Octal37033537521501443131135
Binary1111100011011101111111011011010110010001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DDFD; }

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

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

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

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

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

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

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

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