#FADFFB

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

Shades of Selago #FADFFB

Tints of Selago #FADFFB

Color information

#FADFFB (or 0xFADFFB) is unknown color: approx Selago. HEX triplet: FA, DF and FB. RGB value is (250,223,251). Sum of RGB (Red+Green+Blue) = 250+223+251=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 223 (87.5% from 255 or 30.80% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 251 - color contains mainly: blue. Hex color #FADFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFFB is #052004. Grayscale: #EAEAEA. Windows color (decimal): -335877 or 16506874. OLE color: 16506874.

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

Color convert

RGB250223251-
CMYK0.000.1100.02
HSL297.86º77.78%92.94%-
HSV(B)297.86º11.16%98.43%-
XYZ83.2280.06102.33-
YUV234.26137.45139.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 223 (87.5% from 255) = 30.80%
BLUE value IS 251 (98.44% from 255) = 34.67%
R=34.53%
G=30.80%
B=34.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502232510.000.1100.02297.8677.7892.94
HexFADFFB0B0212a4e5d
Octal37233737301302452116135
Binary1111101011011111111110110101101010010101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFFB; }

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

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

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

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

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

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

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

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