#F7D9FE

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

Shades of Selago #F7D9FE

Tints of Selago #F7D9FE

Color information

#F7D9FE (or 0xF7D9FE) is unknown color: approx Selago. HEX triplet: F7, D9 and FE. RGB value is (247,217,254). Sum of RGB (Red+Green+Blue) = 247+217+254=718 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.40% from 718); Green value is 217 (85.16% from 255 or 30.22% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #F7D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D9FE is #082601. Grayscale: #E6E6E6. Windows color (decimal): -534018 or 16701943. OLE color: 16701943.

HSL color Cylindrical-coordinate representation of color #F7D9FE: hue angle of 288.65º 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 #F7D9FE is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB247217254-
CMYK0.030.1500.00
HSL288.65º94.87%92.35%-
HSV(B)288.65º14.57%99.61%-
XYZ81.0676.56104.27-
YUV230.19141.44139.99-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.40%
GREEN value IS 217 (85.16% from 255) = 30.22%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=34.40%
G=30.22%
B=35.38%

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
Decimal2472172540.030.1500.00288.6594.8792.35
HexF7D9FE3F001215f5c
Octal36733137631700441137134
Binary1111011111011001111111101111110010010000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D9FE; }

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

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

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

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

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

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

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

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