#FADAFC

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

Shades of Selago #FADAFC

Tints of Selago #FADAFC

Color information

#FADAFC (or 0xFADAFC) is unknown color: approx Selago. HEX triplet: FA, DA and FC. RGB value is (250,218,252). Sum of RGB (Red+Green+Blue) = 250+218+252=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 218 (85.55% from 255 or 30.28% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #FADAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAFC is #052503. Grayscale: #E7E7E7. Windows color (decimal): -337156 or 16571130. OLE color: 16571130.

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

Color convert

RGB250218252-
CMYK0.010.1300.01
HSL296.47º85%92.16%-
HSV(B)296.47º13.49%98.82%-
XYZ82.0777.5102.73-
YUV231.44139.6141.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 218 (85.55% from 255) = 30.28%
BLUE value IS 252 (98.83% from 255) = 35%
R=34.72%
G=30.28%
B=35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502182520.010.1300.01296.478592.16
HexFADAFC1D01128555c
Octal37233237411501450125134
Binary111110101101101011111100111010110010100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAFC; }

 p { color: rgb(250,218,252); }

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

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

 a { background-color: rgb(250,218,252); }

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

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

 span { border-color: rgb(250,218,252); }

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