#F7DFF6

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

Shades of Selago #F7DFF6

Tints of Selago #F7DFF6

Color information

#F7DFF6 (or 0xF7DFF6) is unknown color: approx Selago. HEX triplet: F7, DF and F6. RGB value is (247,223,246). Sum of RGB (Red+Green+Blue) = 247+223+246=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DFF6 is #082009. Grayscale: #E8E8E8. Windows color (decimal): -532490 or 16179191. OLE color: 16179191.

HSL color Cylindrical-coordinate representation of color #F7DFF6: hue angle of 302.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DFF6 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB247223246-
CMYK00.100.000.03
HSL302.5º60%92.16%-
HSV(B)302.5º9.72%96.86%-
XYZ81.3879.298.19-
YUV232.8135.45138.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.50%
GREEN value IS 223 (87.5% from 255) = 31.15%
BLUE value IS 246 (96.48% from 255) = 34.36%
R=34.50%
G=31.15%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722324600.100.000.03302.56092.16
HexF7DFF60A0312e3c5c
Octal3673373660120345674134
Binary111101111101111111110110010100111001011101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DFF6; }

 p { color: rgb(247,223,246); }

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

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

 a { background-color: rgb(247,223,246); }

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

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

 span { border-color: rgb(247,223,246); }

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