Shades of Classic Rose #FAC1DE
Tints of Classic Rose #FAC1DE
RGB
CMYK
RGB Variations
Color information
#FAC1DE (or 0xFAC1DE) is known color: Classic Rose. HEX triplet: FA, C1 and DE. RGB value is (250,193,222). Sum of RGB (Red+Green+Blue) = 250+193+222=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 193 (75.78% from 255 or 29.02% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1DE is #053E21. Grayscale: #D5D5D5. Windows color (decimal): -343586 or 14598650. OLE color: 14598650.
HSL color Cylindrical-coordinate representation of color #FAC1DE: hue angle of 329.47º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1DE is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 222 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.02 |
| HSL | 329.47º | 0.85% | 0.87% | - |
| HSV(B) | 329.47º | 0.23% | 0.98% | - |
| XYZ | 71.68 | 63.74 | 77.63 | - |
| YUV | 213.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 222 | 0 | 0.23 | 0.11 | 0.02 | 329.47 | 0.85 | 0.87 |
| Hex | FA | C1 | DE | 0 | 17 | B | 2 | 149 | 55 | 57 |
| Octal | 372 | 301 | 336 | 0 | 27 | 13 | 2 | 511 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11011110 | 0 | 10111 | 1011 | 10 | 101001001 | 1010101 | 1010111 |
Color Harmonies of #FAC1DE
Complementary color
Monochromatic Colors of #FAC1DE
Black with #FAC1DE
Text Example
Text Example
White with #FAC1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1DE; }
p { color: rgb(250,193,222); }
H1.HeaderClassName
{
color: #FAC1DE;
}
.AnyTagClassName
{
color: #FAC1DE;
}
</style>
background-color css
<style>
a { background-color: #FAC1DE; }
a { background-color: rgb(250,193,222); }
div.DivClassName
{
background-color: #FAC1DE;
}
.BgClassName
{
background-color: #FAC1DE;
}
</style>
border-color css
<style>
span { border-color: #FAC1DE; }
span { border-color: rgb(250,193,222); }
td.TdClassName
{
border-color: #FAC1DE;
}
.TagClassName
{
border-color: #FAC1DE;
}
</style>