#FADCFA

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

Shades of Selago #FADCFA

Tints of Selago #FADCFA

Color information

#FADCFA (or 0xFADCFA) is unknown color: approx Selago. HEX triplet: FA, DC and FA. RGB value is (250,220,250). Sum of RGB (Red+Green+Blue) = 250+220+250=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FADCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCFA is #052305. Grayscale: #E8E8E8. Windows color (decimal): -336646 or 16440570. OLE color: 16440570.

HSL color Cylindrical-coordinate representation of color #FADCFA: hue angle of 300º degrees, saturation: 0.75, 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 #FADCFA is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250220250-
CMYK00.1200.02
HSL300º75%92.16%-
HSV(B)300º12%98.04%-
XYZ82.2778.41101.24-
YUV232.39137.94140.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 220 (86.33% from 255) = 30.56%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=34.72%
G=30.56%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022025000.1200.023007592.16
HexFADCFA0C0212c4b5c
Octal37233437201402454113134
Binary1111101011011100111110100110001010010110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCFA; }

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

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

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

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

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

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

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

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