#FADDFA

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

Shades of Selago #FADDFA

Tints of Selago #FADDFA

Color information

#FADDFA (or 0xFADDFA) is unknown color: approx Selago. HEX triplet: FA, DD and FA. RGB value is (250,221,250). Sum of RGB (Red+Green+Blue) = 250+221+250=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 221 (86.72% from 255 or 30.65% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FADDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDFA is #052205. Grayscale: #E8E8E8. Windows color (decimal): -336390 or 16440826. OLE color: 16440826.

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

Color convert

RGB250221250-
CMYK00.1200.02
HSL300º74.36%92.35%-
HSV(B)300º11.6%98.04%-
XYZ82.5478.94101.33-
YUV232.98137.61140.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 221 (86.72% from 255) = 30.65%
BLUE value IS 250 (98.05% from 255) = 34.67%
R=34.67%
G=30.65%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022125000.1200.0230074.3692.35
HexFADDFA0C0212c4a5c
Octal37233537201402454112134
Binary1111101011011101111110100110001010010110010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDFA; }

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

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

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

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

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

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

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

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