#FADCFD

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

Shades of Selago #FADCFD

Tints of Selago #FADCFD

Color information

#FADCFD (or 0xFADCFD) is unknown color: approx Selago. HEX triplet: FA, DC and FD. RGB value is (250,220,253). Sum of RGB (Red+Green+Blue) = 250+220+253=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #FADCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCFD is #052302. Grayscale: #E8E8E8. Windows color (decimal): -336643 or 16637178. OLE color: 16637178.

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

Color convert

RGB250220253-
CMYK0.010.1300.01
HSL294.55º89.19%92.75%-
HSV(B)294.55º13.04%99.22%-
XYZ82.7578.6103.74-
YUV232.73139.44140.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 220 (86.33% from 255) = 30.43%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=34.58%
G=30.43%
B=34.99%

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
Decimal2502202530.010.1300.01294.5589.1992.75
HexFADCFD1D01127595d
Octal37233437511501447131135
Binary111110101101110011111101111010110010011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCFD; }

 p { color: rgb(250,220,253); }

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

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

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

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

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

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

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