#FAD7FD

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

Shades of Selago #FAD7FD

Tints of Selago #FAD7FD

Color information

#FAD7FD (or 0xFAD7FD) is unknown color: approx Selago. HEX triplet: FA, D7 and FD. RGB value is (250,215,253). Sum of RGB (Red+Green+Blue) = 250+215+253=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 215 (84.38% from 255 or 29.94% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD7FD is #052802. Grayscale: #E5E5E5. Windows color (decimal): -337923 or 16635898. OLE color: 16635898.

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

Color convert

RGB250215253-
CMYK0.010.1500.01
HSL295.26º90.48%91.76%-
HSV(B)295.26º15.02%99.22%-
XYZ81.4576.02103.31-
YUV229.8141.1142.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 215 (84.38% from 255) = 29.94%
BLUE value IS 253 (99.22% from 255) = 35.24%
R=34.82%
G=29.94%
B=35.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502152530.010.1500.01295.2690.4891.76
HexFAD7FD1F011275a5c
Octal37232737511701447132134
Binary111110101101011111111101111110110010011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7FD; }

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

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

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

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

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

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

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

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