#F7DCFE

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

Shades of Selago #F7DCFE

Tints of Selago #F7DCFE

Color information

#F7DCFE (or 0xF7DCFE) is unknown color: approx Selago. HEX triplet: F7, DC and FE. RGB value is (247,220,254). Sum of RGB (Red+Green+Blue) = 247+220+254=721 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.26% from 721); Green value is 220 (86.33% from 255 or 30.51% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCFE is #082301. Grayscale: #E7E7E7. Windows color (decimal): -533250 or 16702711. OLE color: 16702711.

HSL color Cylindrical-coordinate representation of color #F7DCFE: hue angle of 287.65º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7DCFE is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB247220254-
CMYK0.030.1300.00
HSL287.65º94.44%92.94%-
HSV(B)287.65º13.39%99.61%-
XYZ81.8478.12104.53-
YUV231.95140.45138.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.26%
GREEN value IS 220 (86.33% from 255) = 30.51%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=34.26%
G=30.51%
B=35.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472202540.030.1300.00287.6594.4492.94
HexF7DCFE3D001205e5d
Octal36733437631500440136135
Binary1111011111011100111111101111010010010000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCFE; }

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

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

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

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

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

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

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

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