#FADAFE

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

Shades of Selago #FADAFE

Tints of Selago #FADAFE

Color information

#FADAFE (or 0xFADAFE) is unknown color: approx Selago. HEX triplet: FA, DA and FE. RGB value is (250,218,254). Sum of RGB (Red+Green+Blue) = 250+218+254=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #FADAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAFE is #052501. Grayscale: #E7E7E7. Windows color (decimal): -337154 or 16702202. OLE color: 16702202.

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

Color convert

RGB250218254-
CMYK0.020.1400.00
HSL293.33º94.74%92.55%-
HSV(B)293.33º14.17%99.61%-
XYZ82.3977.62104.41-
YUV231.67140.6141.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 218 (85.55% from 255) = 30.19%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=34.63%
G=30.19%
B=35.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502182540.020.1400.00293.3394.7492.55
HexFADAFE2E001255f5d
Octal37233237621600445137135
Binary1111101011011010111111101011100010010010110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAFE; }

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

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

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

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

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

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

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

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