#F7DAFD

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

Shades of Selago #F7DAFD

Tints of Selago #F7DAFD

Color information

#F7DAFD (or 0xF7DAFD) is unknown color: approx Selago. HEX triplet: F7, DA and FD. RGB value is (247,218,253). Sum of RGB (Red+Green+Blue) = 247+218+253=718 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.40% from 718); Green value is 218 (85.55% from 255 or 30.36% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #F7DAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DAFD is #082502. Grayscale: #E6E6E6. Windows color (decimal): -533763 or 16636663. OLE color: 16636663.

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

Color convert

RGB247218253-
CMYK0.020.1400.01
HSL289.71º89.74%92.35%-
HSV(B)289.71º13.83%99.22%-
XYZ81.1677.01103.52-
YUV230.66140.61139.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.40%
GREEN value IS 218 (85.55% from 255) = 30.36%
BLUE value IS 253 (99.22% from 255) = 35.24%
R=34.40%
G=30.36%
B=35.24%

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
Decimal2472182530.020.1400.01289.7189.7492.35
HexF7DAFD2E011225a5c
Octal36733237521601442132134
Binary1111011111011010111111011011100110010001010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DAFD; }

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

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

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

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

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

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

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

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