#FADDF9

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

Shades of Selago #FADDF9

Tints of Selago #FADDF9

Color information

#FADDF9 (or 0xFADDF9) is unknown color: approx Selago. HEX triplet: FA, DD and F9. RGB value is (250,221,249). Sum of RGB (Red+Green+Blue) = 250+221+249=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 221 (86.72% from 255 or 30.69% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF9 is #052206. Grayscale: #E8E8E8. Windows color (decimal): -336391 or 16375290. OLE color: 16375290.

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

Color convert

RGB250221249-
CMYK00.120.000.02
HSL302.07º74.36%92.35%-
HSV(B)302.07º11.6%98.04%-
XYZ82.3878.88100.51-
YUV232.86137.11140.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 221 (86.72% from 255) = 30.69%
BLUE value IS 249 (97.66% from 255) = 34.58%
R=34.72%
G=30.69%
B=34.58%

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
Decimal25022124900.120.000.02302.0774.3692.35
HexFADDF90C0212e4a5c
Octal37233537101402456112134
Binary1111101011011101111110010110001010010111010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDF9; }

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

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

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

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

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

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

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

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