#FAD6FD

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

Shades of Selago #FAD6FD

Tints of Selago #FAD6FD

Color information

#FAD6FD (or 0xFAD6FD) is unknown color: approx Selago. HEX triplet: FA, D6 and FD. RGB value is (250,214,253). Sum of RGB (Red+Green+Blue) = 250+214+253=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 214 (83.98% from 255 or 29.85% 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 #FAD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD6FD is #052902. Grayscale: #E5E5E5. Windows color (decimal): -338179 or 16635642. OLE color: 16635642.

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

Color convert

RGB250214253-
CMYK0.010.1500.01
HSL295.38º90.7%91.57%-
HSV(B)295.38º15.42%99.22%-
XYZ81.275.51103.22-
YUV229.21141.43142.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 214 (83.98% from 255) = 29.85%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=34.87%
G=29.85%
B=35.29%

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
Decimal2502142530.010.1500.01295.3890.791.57
HexFAD6FD1F011275b5c
Octal37232637511701447133134
Binary111110101101011011111101111110110010011110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6FD; }

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

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

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

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

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

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

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

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