#FAD4FF

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

Shades of Selago #FAD4FF

Tints of Selago #FAD4FF

Color information

#FAD4FF (or 0xFAD4FF) is unknown color: approx Selago. HEX triplet: FA, D4 and FF. RGB value is (250,212,255). Sum of RGB (Red+Green+Blue) = 250+212+255=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 212 (83.20% from 255 or 29.57% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAD4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4FF is #052B00. Grayscale: #E4E4E4. Windows color (decimal): -338689 or 16766202. OLE color: 16766202.

HSL color Cylindrical-coordinate representation of color #FAD4FF: hue angle of 293.02º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD4FF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250212255-
CMYK0.020.1700
HSL293.02º100%91.57%-
HSV(B)293.02º16.86%100%-
XYZ81.0274.63104.74-
YUV228.26143.09143.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 212 (83.20% from 255) = 29.57%
BLUE value IS 255 (100% from 255) = 35.56%
R=34.87%
G=29.57%
B=35.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502122550.020.1700293.0210091.57
HexFAD4FF21100125645c
Octal37232437722100445144134
Binary11111010110101001111111110100010010010010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4FF; }

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

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

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

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

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

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

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

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