#FADDFB

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

Shades of Selago #FADDFB

Tints of Selago #FADDFB

Color information

#FADDFB (or 0xFADDFB) is unknown color: approx Selago. HEX triplet: FA, DD and FB. RGB value is (250,221,251). Sum of RGB (Red+Green+Blue) = 250+221+251=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 221 (86.72% from 255 or 30.61% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #FADDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDFB is #052204. Grayscale: #E9E9E9. Windows color (decimal): -336389 or 16506362. OLE color: 16506362.

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

Color convert

RGB250221251-
CMYK0.000.1200.02
HSL298º78.95%92.55%-
HSV(B)298º11.95%98.43%-
XYZ82.6979102.16-
YUV233.09138.11140.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 221 (86.72% from 255) = 30.61%
BLUE value IS 251 (98.44% from 255) = 34.76%
R=34.63%
G=30.61%
B=34.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502212510.000.1200.0229878.9592.55
HexFADDFB0C0212a4f5d
Octal37233537301402452117135
Binary1111101011011101111110110110001010010101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDFB; }

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

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

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

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

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

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

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

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