#F7D7FE

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

Shades of Selago #F7D7FE

Tints of Selago #F7D7FE

Color information

#F7D7FE (or 0xF7D7FE) is unknown color: approx Selago. HEX triplet: F7, D7 and FE. RGB value is (247,215,254). Sum of RGB (Red+Green+Blue) = 247+215+254=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 215 (84.38% from 255 or 30.03% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D7FE is #082801. Grayscale: #E4E4E4. Windows color (decimal): -534530 or 16701431. OLE color: 16701431.

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

Color convert

RGB247215254-
CMYK0.030.1500.00
HSL289.23º95.12%91.96%-
HSV(B)289.23º15.35%99.61%-
XYZ80.5575.53104.1-
YUV229.01142.1140.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.50%
GREEN value IS 215 (84.38% from 255) = 30.03%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=34.50%
G=30.03%
B=35.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472152540.030.1500.00289.2395.1291.96
HexF7D7FE3F001215f5c
Octal36732737631700441137134
Binary1111011111010111111111101111110010010000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D7FE; }

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

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

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

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

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

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

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

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