#FADDF8

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

Shades of Selago #FADDF8

Tints of Selago #FADDF8

Color information

#FADDF8 (or 0xFADDF8) is unknown color: approx Selago. HEX triplet: FA, DD and F8. RGB value is (250,221,248). Sum of RGB (Red+Green+Blue) = 250+221+248=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 221 (86.72% from 255 or 30.74% from 719); Blue value is 248 (97.27% from 255 or 34.49% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF8 is #052207. Grayscale: #E8E8E8. Windows color (decimal): -336392 or 16309754. OLE color: 16309754.

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

Color convert

RGB250221248-
CMYK00.120.010.02
HSL304.14º74.36%92.35%-
HSV(B)304.14º11.6%98.04%-
XYZ82.2278.8199.69-
YUV232.75136.61140.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 221 (86.72% from 255) = 30.74%
BLUE value IS 248 (97.27% from 255) = 34.49%
R=34.77%
G=30.74%
B=34.49%

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
Decimal25022124800.120.010.02304.1474.3692.35
HexFADDF80C121304a5c
Octal37233537001412460112134
Binary1111101011011101111110000110011010011000010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDF8; }

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

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

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

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

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

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

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

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