#FAD5FD

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

Shades of Selago #FAD5FD

Tints of Selago #FAD5FD

Color information

#FAD5FD (or 0xFAD5FD) is unknown color: approx Selago. HEX triplet: FA, D5 and FD. RGB value is (250,213,253). Sum of RGB (Red+Green+Blue) = 250+213+253=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 213 (83.59% from 255 or 29.75% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD5FD is #052A02. Grayscale: #E4E4E4. Windows color (decimal): -338435 or 16635386. OLE color: 16635386.

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

Color convert

RGB250213253-
CMYK0.010.1600.01
HSL295.5º90.91%91.37%-
HSV(B)295.5º15.81%99.22%-
XYZ80.9575103.14-
YUV228.62141.76143.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 213 (83.59% from 255) = 29.75%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=34.92%
G=29.75%
B=35.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502132530.010.1600.01295.590.9191.37
HexFAD5FD110011285b5b
Octal37232537512001450133133
Binary1111101011010101111111011100000110010100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5FD; }

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

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

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

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

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

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

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

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