#FADBF9

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

Shades of Selago #FADBF9

Tints of Selago #FADBF9

Color information

#FADBF9 (or 0xFADBF9) is unknown color: approx Selago. HEX triplet: FA, DB and F9. RGB value is (250,219,249). Sum of RGB (Red+Green+Blue) = 250+219+249=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBF9 is #052406. Grayscale: #E7E7E7. Windows color (decimal): -336903 or 16374778. OLE color: 16374778.

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

Color convert

RGB250219249-
CMYK00.120.000.02
HSL301.94º75.61%91.96%-
HSV(B)301.94º12.4%98.04%-
XYZ81.8577.83100.33-
YUV231.69137.77141.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 219 (85.94% from 255) = 30.50%
BLUE value IS 249 (97.66% from 255) = 34.68%
R=34.82%
G=30.50%
B=34.68%

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
Decimal25021924900.120.000.02301.9475.6191.96
HexFADBF90C0212e4c5c
Octal37233337101402456114134
Binary1111101011011011111110010110001010010111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBF9; }

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

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

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

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

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

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

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

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