#FAD8FD

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

Shades of Selago #FAD8FD

Tints of Selago #FAD8FD

Color information

#FAD8FD (or 0xFAD8FD) is unknown color: approx Selago. HEX triplet: FA, D8 and FD. RGB value is (250,216,253). Sum of RGB (Red+Green+Blue) = 250+216+253=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 216 (84.77% from 255 or 30.04% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD8FD is #052702. Grayscale: #E6E6E6. Windows color (decimal): -337667 or 16636154. OLE color: 16636154.

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

Color convert

RGB250216253-
CMYK0.010.1500.01
HSL295.14º90.24%91.96%-
HSV(B)295.14º14.62%99.22%-
XYZ81.7176.53103.39-
YUV230.38140.76141.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 216 (84.77% from 255) = 30.04%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=34.77%
G=30.04%
B=35.19%

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
Decimal2502162530.010.1500.01295.1490.2491.96
HexFAD8FD1F011275a5c
Octal37233037511701447132134
Binary111110101101100011111101111110110010011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8FD; }

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

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

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

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

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

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

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

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