#FADDFD

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

Shades of Selago #FADDFD

Tints of Selago #FADDFD

Color information

#FADDFD (or 0xFADDFD) is unknown color: approx Selago. HEX triplet: FA, DD and FD. RGB value is (250,221,253). Sum of RGB (Red+Green+Blue) = 250+221+253=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #FADDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDFD is #052202. Grayscale: #E9E9E9. Windows color (decimal): -336387 or 16637434. OLE color: 16637434.

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

Color convert

RGB250221253-
CMYK0.010.1300.01
HSL294.38º88.89%92.94%-
HSV(B)294.38º12.65%99.22%-
XYZ83.0179.13103.83-
YUV233.32139.11139.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 221 (86.72% from 255) = 30.52%
BLUE value IS 253 (99.22% from 255) = 34.94%
R=34.53%
G=30.52%
B=34.94%

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
Decimal2502212530.010.1300.01294.3888.8992.94
HexFADDFD1D01126595d
Octal37233537511501446131135
Binary111110101101110111111101111010110010011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDFD; }

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

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

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

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

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

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

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

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