Shades of Classic Rose #FACEEB
Tints of Classic Rose #FACEEB
RGB
CMYK
RGB Variations
Color information
#FACEEB (or 0xFACEEB) is known color: Classic Rose. HEX triplet: FA, CE and EB. RGB value is (250,206,235). Sum of RGB (Red+Green+Blue) = 250+206+235=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEEB is #053114. Grayscale: #DEDEDE. Windows color (decimal): -340245 or 15453946. OLE color: 15453946.
HSL color Cylindrical-coordinate representation of color #FACEEB: hue angle of 320.45º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACEEB is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 235 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.02 |
| HSL | 320.45º | 0.81% | 0.89% | - |
| HSV(B) | 320.45º | 0.18% | 0.98% | - |
| XYZ | 76.49 | 70.46 | 88.17 | - |
| YUV | 222.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 235 | 0 | 0.18 | 0.06 | 0.02 | 320.45 | 0.81 | 0.89 |
| Hex | FA | CE | EB | 0 | 12 | 6 | 2 | 140 | 51 | 59 |
| Octal | 372 | 316 | 353 | 0 | 22 | 6 | 2 | 500 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11101011 | 0 | 10010 | 110 | 10 | 101000000 | 1010001 | 1011001 |
Color Harmonies of #FACEEB
Complementary color
Monochromatic Colors of #FACEEB
Black with #FACEEB
Text Example
Text Example
White with #FACEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEEB; }
p { color: rgb(250,206,235); }
H1.HeaderClassName
{
color: #FACEEB;
}
.AnyTagClassName
{
color: #FACEEB;
}
</style>
background-color css
<style>
a { background-color: #FACEEB; }
a { background-color: rgb(250,206,235); }
div.DivClassName
{
background-color: #FACEEB;
}
.BgClassName
{
background-color: #FACEEB;
}
</style>
border-color css
<style>
span { border-color: #FACEEB; }
span { border-color: rgb(250,206,235); }
td.TdClassName
{
border-color: #FACEEB;
}
.TagClassName
{
border-color: #FACEEB;
}
</style>