#FADFFA

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

Shades of Selago #FADFFA

Tints of Selago #FADFFA

Color information

#FADFFA (or 0xFADFFA) is unknown color: approx Selago. HEX triplet: FA, DF and FA. RGB value is (250,223,250). Sum of RGB (Red+Green+Blue) = 250+223+250=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 223 (87.5% from 255 or 30.84% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FADFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFFA is #052005. Grayscale: #EAEAEA. Windows color (decimal): -335878 or 16441338. OLE color: 16441338.

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

Color convert

RGB250223250-
CMYK00.1100.02
HSL300º72.97%92.75%-
HSV(B)300º10.8%98.04%-
XYZ83.0780101.51-
YUV234.15136.95139.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 223 (87.5% from 255) = 30.84%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=34.58%
G=30.84%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022325000.1100.0230072.9792.75
HexFADFFA0B0212c495d
Octal37233737201302454111135
Binary1111101011011111111110100101101010010110010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFFA; }

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

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

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

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

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

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

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

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