#F7D8FF

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

Shades of Selago #F7D8FF

Tints of Selago #F7D8FF

Color information

#F7D8FF (or 0xF7D8FF) is unknown color: approx Selago. HEX triplet: F7, D8 and FF. RGB value is (247,216,255). Sum of RGB (Red+Green+Blue) = 247+216+255=718 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.40% from 718); Green value is 216 (84.77% from 255 or 30.08% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7D8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D8FF is #082700. Grayscale: #E5E5E5. Windows color (decimal): -534273 or 16767223. OLE color: 16767223.

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

Color convert

RGB247216255-
CMYK0.030.1500
HSL287.69º100%92.35%-
HSV(B)287.69º15.29%100%-
XYZ80.9676.11105.03-
YUV229.71142.27140.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.40%
GREEN value IS 216 (84.77% from 255) = 30.08%
BLUE value IS 255 (100% from 255) = 35.52%
R=34.40%
G=30.08%
B=35.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2472162550.030.1500287.6910092.35
HexF7D8FF3F00120645c
Octal36733037731700440144134
Binary1111011111011000111111111111110010010000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D8FF; }

 p { color: rgb(247,216,255); }

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

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

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

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

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

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

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