#FADFFE

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

Shades of Selago #FADFFE

Tints of Selago #FADFFE

Color information

#FADFFE (or 0xFADFFE) is unknown color: approx Selago. HEX triplet: FA, DF and FE. RGB value is (250,223,254). Sum of RGB (Red+Green+Blue) = 250+223+254=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 223 (87.5% from 255 or 30.67% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #FADFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFFE is #052001. Grayscale: #EAEAEA. Windows color (decimal): -335874 or 16703482. OLE color: 16703482.

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

Color convert

RGB250223254-
CMYK0.020.1200.00
HSL292.26º93.94%93.53%-
HSV(B)292.26º12.2%99.61%-
XYZ83.780.26104.85-
YUV234.61138.95138.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 223 (87.5% from 255) = 30.67%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=34.39%
G=30.67%
B=34.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502232540.020.1200.00292.2693.9493.53
HexFADFFE2C001245e5e
Octal37233737621400444136136
Binary1111101011011111111111101011000010010010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFFE; }

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

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

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

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

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

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

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

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