#FADCF7

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

Shades of Selago #FADCF7

Tints of Selago #FADCF7

Color information

#FADCF7 (or 0xFADCF7) is unknown color: approx Selago. HEX triplet: FA, DC and F7. RGB value is (250,220,247). Sum of RGB (Red+Green+Blue) = 250+220+247=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF7 is #052308. Grayscale: #E7E7E7. Windows color (decimal): -336649 or 16243962. OLE color: 16243962.

HSL color Cylindrical-coordinate representation of color #FADCF7: hue angle of 306º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADCF7 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250220247-
CMYK00.120.010.02
HSL306º75%92.16%-
HSV(B)306º12%98.04%-
XYZ81.8178.2398.78-
YUV232.05136.44140.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 220 (86.33% from 255) = 30.68%
BLUE value IS 247 (96.88% from 255) = 34.45%
R=34.87%
G=30.68%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022024700.120.010.023067592.16
HexFADCF70C121324b5c
Octal37233436701412462113134
Binary1111101011011100111101110110011010011001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCF7; }

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

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

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

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

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

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

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

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