#FAD4FD

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

Shades of Selago #FAD4FD

Tints of Selago #FAD4FD

Color information

#FAD4FD (or 0xFAD4FD) is unknown color: approx Selago. HEX triplet: FA, D4 and FD. RGB value is (250,212,253). Sum of RGB (Red+Green+Blue) = 250+212+253=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 212 (83.20% from 255 or 29.65% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4FD is #052B02. Grayscale: #E3E3E3. Windows color (decimal): -338691 or 16635130. OLE color: 16635130.

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

Color convert

RGB250212253-
CMYK0.010.1600.01
HSL295.61º91.11%91.18%-
HSV(B)295.61º16.21%99.22%-
XYZ80.774.5103.06-
YUV228.04142.09143.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 212 (83.20% from 255) = 29.65%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=34.97%
G=29.65%
B=35.38%

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
Decimal2502122530.010.1600.01295.6191.1191.18
HexFAD4FD110011285b5b
Octal37232437512001450133133
Binary1111101011010100111111011100000110010100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4FD; }

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

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

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

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

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

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

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

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