#FADBFF

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

Shades of Selago #FADBFF

Tints of Selago #FADBFF

Color information

#FADBFF (or 0xFADBFF) is unknown color: approx Selago. HEX triplet: FA, DB and FF. RGB value is (250,219,255). Sum of RGB (Red+Green+Blue) = 250+219+255=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 219 (85.94% from 255 or 30.25% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #FADBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBFF is #052400. Grayscale: #E8E8E8. Windows color (decimal): -336897 or 16767994. OLE color: 16767994.

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

Color convert

RGB250219255-
CMYK0.020.1400
HSL291.67º100%92.94%-
HSV(B)291.67º14.12%100%-
XYZ82.8178.21105.34-
YUV232.37140.77140.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 219 (85.94% from 255) = 30.25%
BLUE value IS 255 (100% from 255) = 35.22%
R=34.53%
G=30.25%
B=35.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502192550.020.1400291.6710092.94
HexFADBFF2E00124645d
Octal37233337721600444144135
Binary1111101011011011111111111011100010010010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBFF; }

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

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

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

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

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

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

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

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