#F7DCFD

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

Shades of Selago #F7DCFD

Tints of Selago #F7DCFD

Color information

#F7DCFD (or 0xF7DCFD) is unknown color: approx Selago. HEX triplet: F7, DC and FD. RGB value is (247,220,253). Sum of RGB (Red+Green+Blue) = 247+220+253=720 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.31% from 720); Green value is 220 (86.33% from 255 or 30.56% 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 #F7DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCFD is #082302. Grayscale: #E7E7E7. Windows color (decimal): -533251 or 16637175. OLE color: 16637175.

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

Color convert

RGB247220253-
CMYK0.020.1300.01
HSL289.09º89.19%92.75%-
HSV(B)289.09º13.04%99.22%-
XYZ81.6878.05103.69-
YUV231.84139.95138.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.31%
GREEN value IS 220 (86.33% from 255) = 30.56%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=34.31%
G=30.56%
B=35.14%

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
Decimal2472202530.020.1300.01289.0989.1992.75
HexF7DCFD2D01121595d
Octal36733437521501441131135
Binary1111011111011100111111011011010110010000110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCFD; }

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

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

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

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

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

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

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

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