#F7DEF7

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

Shades of Selago #F7DEF7

Tints of Selago #F7DEF7

Color information

#F7DEF7 (or 0xF7DEF7) is unknown color: approx Selago. HEX triplet: F7, DE and F7. RGB value is (247,222,247). Sum of RGB (Red+Green+Blue) = 247+222+247=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 247 (96.88% from 255 or 34.50% from 716); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F7DEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DEF7 is #082108. Grayscale: #E8E8E8. Windows color (decimal): -532745 or 16244471. OLE color: 16244471.

HSL color Cylindrical-coordinate representation of color #F7DEF7: hue angle of 300º degrees, saturation: 0.61, 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 #F7DEF7 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB247222247-
CMYK00.1000.03
HSL300º60.98%91.96%-
HSV(B)300º10.12%96.86%-
XYZ81.2778.7398.91-
YUV232.32136.28138.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.50%
GREEN value IS 222 (87.11% from 255) = 31.01%
BLUE value IS 247 (96.88% from 255) = 34.50%
R=34.50%
G=31.01%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722224700.1000.0330060.9891.96
HexF7DEF70A0312c3d5c
Octal3673363670120345475134
Binary111101111101111011110111010100111001011001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DEF7; }

 p { color: rgb(247,222,247); }

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

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

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

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

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

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

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