#F7DFF9

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

Shades of Selago #F7DFF9

Tints of Selago #F7DFF9

Color information

#F7DFF9 (or 0xF7DFF9) is unknown color: approx Selago. HEX triplet: F7, DF and F9. RGB value is (247,223,249). Sum of RGB (Red+Green+Blue) = 247+223+249=719 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.35% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 249 - color contains mainly: blue. Hex color #F7DFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DFF9 is #082006. Grayscale: #E9E9E9. Windows color (decimal): -532487 or 16375799. OLE color: 16375799.

HSL color Cylindrical-coordinate representation of color #F7DFF9: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DFF9 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247223249-
CMYK0.010.1000.02
HSL295.38º68.42%92.55%-
HSV(B)295.38º10.44%97.65%-
XYZ81.8479.39100.63-
YUV233.14136.95137.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.35%
GREEN value IS 223 (87.5% from 255) = 31.02%
BLUE value IS 249 (97.66% from 255) = 34.63%
R=34.35%
G=31.02%
B=34.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472232490.010.1000.02295.3868.4292.55
HexF7DFF91A02127445d
Octal36733737111202447104135
Binary1111011111011111111110011101001010010011110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DFF9; }

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

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

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

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

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

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

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

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