#F9D7FD

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

Shades of Selago #F9D7FD

Tints of Selago #F9D7FD

Color information

#F9D7FD (or 0xF9D7FD) is unknown color: approx Selago. HEX triplet: F9, D7 and FD. RGB value is (249,215,253). Sum of RGB (Red+Green+Blue) = 249+215+253=717 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.73% from 717); Green value is 215 (84.38% from 255 or 29.99% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9D7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D7FD is #062802. Grayscale: #E5E5E5. Windows color (decimal): -403459 or 16635897. OLE color: 16635897.

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

Color convert

RGB249215253-
CMYK0.020.1500.01
HSL293.68º90.48%91.76%-
HSV(B)293.68º15.02%99.22%-
XYZ81.175.83103.29-
YUV229.5141.26141.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.73%
GREEN value IS 215 (84.38% from 255) = 29.99%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=34.73%
G=29.99%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492152530.020.1500.01293.6890.4891.76
HexF9D7FD2F011265a5c
Octal37132737521701446132134
Binary1111100111010111111111011011110110010011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D7FD; }

 p { color: rgb(249,215,253); }

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

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

 a { background-color: rgb(249,215,253); }

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

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

 span { border-color: rgb(249,215,253); }

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