#FADBFE

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

Shades of Selago #FADBFE

Tints of Selago #FADBFE

Color information

#FADBFE (or 0xFADBFE) is unknown color: approx Selago. HEX triplet: FA, DB and FE. RGB value is (250,219,254). Sum of RGB (Red+Green+Blue) = 250+219+254=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 219 (85.94% from 255 or 30.29% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #FADBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBFE is #052401. Grayscale: #E8E8E8. Windows color (decimal): -336898 or 16702458. OLE color: 16702458.

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

Color convert

RGB250219254-
CMYK0.020.1400.00
HSL293.14º94.59%92.75%-
HSV(B)293.14º13.78%99.61%-
XYZ82.6578.14104.49-
YUV232.26140.27140.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 219 (85.94% from 255) = 30.29%
BLUE value IS 254 (99.61% from 255) = 35.13%
R=34.58%
G=30.29%
B=35.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502192540.020.1400.00293.1494.5992.75
HexFADBFE2E001255f5d
Octal37233337621600445137135
Binary1111101011011011111111101011100010010010110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBFE; }

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

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

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

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

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

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

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

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