#FADBF8

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

Shades of Selago #FADBF8

Tints of Selago #FADBF8

Color information

#FADBF8 (or 0xFADBF8) is unknown color: approx Selago. HEX triplet: FA, DB and F8. RGB value is (250,219,248). Sum of RGB (Red+Green+Blue) = 250+219+248=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 248 (97.27% from 255 or 34.59% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBF8 is #052407. Grayscale: #E7E7E7. Windows color (decimal): -336904 or 16309242. OLE color: 16309242.

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

Color convert

RGB250219248-
CMYK00.120.010.02
HSL303.87º75.61%91.96%-
HSV(B)303.87º12.4%98.04%-
XYZ81.777.7699.51-
YUV231.58137.27141.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 219 (85.94% from 255) = 30.54%
BLUE value IS 248 (97.27% from 255) = 34.59%
R=34.87%
G=30.54%
B=34.59%

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
Decimal25021924800.120.010.02303.8775.6191.96
HexFADBF80C121304c5c
Octal37233337001412460114134
Binary1111101011011011111110000110011010011000010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBF8; }

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

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

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

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

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

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

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

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