#FADBFC

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

Shades of Selago #FADBFC

Tints of Selago #FADBFC

Color information

#FADBFC (or 0xFADBFC) is unknown color: approx Selago. HEX triplet: FA, DB and FC. RGB value is (250,219,252). Sum of RGB (Red+Green+Blue) = 250+219+252=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #FADBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBFC is #052403. Grayscale: #E7E7E7. Windows color (decimal): -336900 or 16571386. OLE color: 16571386.

HSL color Cylindrical-coordinate representation of color #FADBFC: hue angle of 296.36º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADBFC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250219252-
CMYK0.010.1300.01
HSL296.36º84.62%92.35%-
HSV(B)296.36º13.1%98.82%-
XYZ82.3378.02102.81-
YUV232.03139.27140.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 219 (85.94% from 255) = 30.37%
BLUE value IS 252 (98.83% from 255) = 34.95%
R=34.67%
G=30.37%
B=34.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502192520.010.1300.01296.3684.6292.35
HexFADBFC1D01128555c
Octal37233337411501450125134
Binary111110101101101111111100111010110010100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBFC; }

 p { color: rgb(250,219,252); }

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

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

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

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

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

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

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