Shades of Selago #FAD2FD
Tints of Selago #FAD2FD
RGB
CMYK
RGB Variations
Color information
#FAD2FD (or 0xFAD2FD) is known color: Selago. HEX triplet: FA, D2 and FD. RGB value is (250,210,253). Sum of RGB (Red+Green+Blue) = 250+210+253=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 210 (82.42% from 255 or 29.45% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2FD is #052D02. Grayscale: #E2E2E2. Windows color (decimal): -339203 or 16634618. OLE color: 16634618.
HSL color Cylindrical-coordinate representation of color #FAD2FD: hue angle of 295.81º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD2FD is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 210 | 253 | - |
CMYK | 0.01 | 0.17 | 0 | 0.01 |
HSL | 295.81º | 0.91% | 0.91% | - |
HSV(B) | 295.81º | 0.17% | 0.99% | - |
XYZ | 80.2 | 73.51 | 102.89 | - |
YUV | 226.86 | 142.75 | 144.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 210 | 253 | 0.01 | 0.17 | 0 | 0.01 | 295.81 | 0.91 | 0.91 |
Hex | FA | D2 | FD | 1 | 11 | 0 | 1 | 128 | 5B | 5B |
Octal | 372 | 322 | 375 | 1 | 21 | 0 | 1 | 450 | 133 | 133 |
Binary | 11111010 | 11010010 | 11111101 | 1 | 10001 | 0 | 1 | 100101000 | 1011011 | 1011011 |
Color Harmonies of #FAD2FD
Complementary color
Monochromatic Colors of #FAD2FD
Black with #FAD2FD
Text Example
Text Example
White with #FAD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2FD; }
p { color: rgb(250,210,253); }
H1.HeaderClassName
{
color: #FAD2FD;
}
.AnyTagClassName
{
color: #FAD2FD;
}
</style>
background-color css
<style>
a { background-color: #FAD2FD; }
a { background-color: rgb(250,210,253); }
div.DivClassName
{
background-color: #FAD2FD;
}
.BgClassName
{
background-color: #FAD2FD;
}
</style>
border-color css
<style>
span { border-color: #FAD2FD; }
span { border-color: rgb(250,210,253); }
td.TdClassName
{
border-color: #FAD2FD;
}
.TagClassName
{
border-color: #FAD2FD;
}
</style>