#FADEFA

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

Shades of Selago #FADEFA

Tints of Selago #FADEFA

Color information

#FADEFA (or 0xFADEFA) is unknown color: approx Selago. HEX triplet: FA, DE and FA. RGB value is (250,222,250). Sum of RGB (Red+Green+Blue) = 250+222+250=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 222 (87.11% from 255 or 30.75% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FADEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEFA is #052105. Grayscale: #E9E9E9. Windows color (decimal): -336134 or 16441082. OLE color: 16441082.

HSL color Cylindrical-coordinate representation of color #FADEFA: hue angle of 300º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADEFA is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250222250-
CMYK00.1100.02
HSL300º73.68%92.55%-
HSV(B)300º11.2%98.04%-
XYZ82.879.47101.42-
YUV233.56137.28139.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 222 (87.11% from 255) = 30.75%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=34.63%
G=30.75%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022225000.1100.0230073.6892.55
HexFADEFA0B0212c4a5d
Octal37233637201302454112135
Binary1111101011011110111110100101101010010110010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEFA; }

 p { color: rgb(250,222,250); }

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

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

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

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

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

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

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