#F9DAFD

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

Shades of Selago #F9DAFD

Tints of Selago #F9DAFD

Color information

#F9DAFD (or 0xF9DAFD) is unknown color: approx Selago. HEX triplet: F9, DA and FD. RGB value is (249,218,253). Sum of RGB (Red+Green+Blue) = 249+218+253=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 218 (85.55% from 255 or 30.28% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAFD is #062502. Grayscale: #E7E7E7. Windows color (decimal): -402691 or 16636665. OLE color: 16636665.

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

Color convert

RGB249218253-
CMYK0.020.1400.01
HSL293.14º89.74%92.35%-
HSV(B)293.14º13.83%99.22%-
XYZ81.8777.37103.55-
YUV231.26140.27140.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.58%
GREEN value IS 218 (85.55% from 255) = 30.28%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=34.58%
G=30.28%
B=35.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492182530.020.1400.01293.1489.7492.35
HexF9DAFD2E011255a5c
Octal37133237521601445132134
Binary1111100111011010111111011011100110010010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAFD; }

 p { color: rgb(249,218,253); }

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

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

 a { background-color: rgb(249,218,253); }

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

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

 span { border-color: rgb(249,218,253); }

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