#FADCF9

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

Shades of Selago #FADCF9

Tints of Selago #FADCF9

Color information

#FADCF9 (or 0xFADCF9) is unknown color: approx Selago. HEX triplet: FA, DC and F9. RGB value is (250,220,249). Sum of RGB (Red+Green+Blue) = 250+220+249=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF9 is #052306. Grayscale: #E8E8E8. Windows color (decimal): -336647 or 16375034. OLE color: 16375034.

HSL color Cylindrical-coordinate representation of color #FADCF9: hue angle of 302º 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 #FADCF9 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB250220249-
CMYK00.120.000.02
HSL302º75%92.16%-
HSV(B)302º12%98.04%-
XYZ82.1278.35100.42-
YUV232.28137.44140.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 220 (86.33% from 255) = 30.60%
BLUE value IS 249 (97.66% from 255) = 34.63%
R=34.77%
G=30.60%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022024900.120.000.023027592.16
HexFADCF90C0212e4b5c
Octal37233437101402456113134
Binary1111101011011100111110010110001010010111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCF9; }

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

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

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

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

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

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

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

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