Shades of Selago #FADFFD
Tints of Selago #FADFFD
RGB
CMYK
RGB Variations
Color information
#FADFFD (or 0xFADFFD) is known color: Selago. HEX triplet: FA, DF and FD. RGB value is (250,223,253). Sum of RGB (Red+Green+Blue) = 250+223+253=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #FADFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFFD is #052002. Grayscale: #EAEAEA. Windows color (decimal): -335875 or 16637946. OLE color: 16637946.
HSL color Cylindrical-coordinate representation of color #FADFFD: hue angle of 294º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADFFD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 223 | 253 | - |
CMYK | 0.01 | 0.12 | 0 | 0.01 |
HSL | 294º | 0.88% | 0.93% | - |
HSV(B) | 294º | 0.12% | 0.99% | - |
XYZ | 83.54 | 80.19 | 104 | - |
YUV | 234.49 | 138.45 | 139.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 253 | 0.01 | 0.12 | 0 | 0.01 | 294 | 0.88 | 0.93 |
Hex | FA | DF | FD | 1 | C | 0 | 1 | 126 | 58 | 5D |
Octal | 372 | 337 | 375 | 1 | 14 | 0 | 1 | 446 | 130 | 135 |
Binary | 11111010 | 11011111 | 11111101 | 1 | 1100 | 0 | 1 | 100100110 | 1011000 | 1011101 |
Color Harmonies of #FADFFD
Complementary color
Monochromatic Colors of #FADFFD
Black with #FADFFD
Text Example
Text Example
White with #FADFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFFD; }
p { color: rgb(250,223,253); }
H1.HeaderClassName
{
color: #FADFFD;
}
.AnyTagClassName
{
color: #FADFFD;
}
</style>
background-color css
<style>
a { background-color: #FADFFD; }
a { background-color: rgb(250,223,253); }
div.DivClassName
{
background-color: #FADFFD;
}
.BgClassName
{
background-color: #FADFFD;
}
</style>
border-color css
<style>
span { border-color: #FADFFD; }
span { border-color: rgb(250,223,253); }
td.TdClassName
{
border-color: #FADFFD;
}
.TagClassName
{
border-color: #FADFFD;
}
</style>