Shades of Selago #FAD4FD
Tints of Selago #FAD4FD
RGB
CMYK
RGB Variations
Color information
#FAD4FD (or 0xFAD4FD) is known color: Selago. HEX triplet: FA, D4 and FD. RGB value is (250,212,253). Sum of RGB (Red+Green+Blue) = 250+212+253=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 212 (83.20% from 255 or 29.65% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4FD is #052B02. Grayscale: #E3E3E3. Windows color (decimal): -338691 or 16635130. OLE color: 16635130.
HSL color Cylindrical-coordinate representation of color #FAD4FD: hue angle of 295.61º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD4FD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 212 | 253 | - |
CMYK | 0.01 | 0.16 | 0 | 0.01 |
HSL | 295.61º | 0.91% | 0.91% | - |
HSV(B) | 295.61º | 0.16% | 0.99% | - |
XYZ | 80.7 | 74.5 | 103.06 | - |
YUV | 228.04 | 142.09 | 143.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 212 | 253 | 0.01 | 0.16 | 0 | 0.01 | 295.61 | 0.91 | 0.91 |
Hex | FA | D4 | FD | 1 | 10 | 0 | 1 | 128 | 5B | 5B |
Octal | 372 | 324 | 375 | 1 | 20 | 0 | 1 | 450 | 133 | 133 |
Binary | 11111010 | 11010100 | 11111101 | 1 | 10000 | 0 | 1 | 100101000 | 1011011 | 1011011 |
Color Harmonies of #FAD4FD
Complementary color
Monochromatic Colors of #FAD4FD
Black with #FAD4FD
Text Example
Text Example
White with #FAD4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD4FD; }
p { color: rgb(250,212,253); }
H1.HeaderClassName
{
color: #FAD4FD;
}
.AnyTagClassName
{
color: #FAD4FD;
}
</style>
background-color css
<style>
a { background-color: #FAD4FD; }
a { background-color: rgb(250,212,253); }
div.DivClassName
{
background-color: #FAD4FD;
}
.BgClassName
{
background-color: #FAD4FD;
}
</style>
border-color css
<style>
span { border-color: #FAD4FD; }
span { border-color: rgb(250,212,253); }
td.TdClassName
{
border-color: #FAD4FD;
}
.TagClassName
{
border-color: #FAD4FD;
}
</style>