Shades of Classic Rose #FAC8E6
Tints of Classic Rose #FAC8E6
RGB
CMYK
RGB Variations
Color information
#FAC8E6 (or 0xFAC8E6) is known color: Classic Rose. HEX triplet: FA, C8 and E6. RGB value is (250,200,230). Sum of RGB (Red+Green+Blue) = 250+200+230=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 200 (78.52% from 255 or 29.41% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC8E6 is #053719. Grayscale: #DADADA. Windows color (decimal): -341786 or 15124730. OLE color: 15124730.
HSL color Cylindrical-coordinate representation of color #FAC8E6: hue angle of 324º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC8E6 is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 230 | - |
| CMYK | 0 | 0.2 | 0.08 | 0.02 |
| HSL | 324º | 0.83% | 0.88% | - |
| HSV(B) | 324º | 0.2% | 0.98% | - |
| XYZ | 74.36 | 67.35 | 83.94 | - |
| YUV | 218.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 230 | 0 | 0.2 | 0.08 | 0.02 | 324 | 0.83 | 0.88 |
| Hex | FA | C8 | E6 | 0 | 14 | 8 | 2 | 144 | 53 | 58 |
| Octal | 372 | 310 | 346 | 0 | 24 | 10 | 2 | 504 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11100110 | 0 | 10100 | 1000 | 10 | 101000100 | 1010011 | 1011000 |
Color Harmonies of #FAC8E6
Complementary color
Monochromatic Colors of #FAC8E6
Black with #FAC8E6
Text Example
Text Example
White with #FAC8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8E6; }
p { color: rgb(250,200,230); }
H1.HeaderClassName
{
color: #FAC8E6;
}
.AnyTagClassName
{
color: #FAC8E6;
}
</style>
background-color css
<style>
a { background-color: #FAC8E6; }
a { background-color: rgb(250,200,230); }
div.DivClassName
{
background-color: #FAC8E6;
}
.BgClassName
{
background-color: #FAC8E6;
}
</style>
border-color css
<style>
span { border-color: #FAC8E6; }
span { border-color: rgb(250,200,230); }
td.TdClassName
{
border-color: #FAC8E6;
}
.TagClassName
{
border-color: #FAC8E6;
}
</style>