Shades of Classic Rose #FACCEC
Tints of Classic Rose #FACCEC
RGB
CMYK
RGB Variations
Color information
#FACCEC (or 0xFACCEC) is known color: Classic Rose. HEX triplet: FA, CC and EC. RGB value is (250,204,236). Sum of RGB (Red+Green+Blue) = 250+204+236=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCEC is #053313. Grayscale: #DDDDDD. Windows color (decimal): -340756 or 15518970. OLE color: 15518970.
HSL color Cylindrical-coordinate representation of color #FACCEC: hue angle of 318.26º degrees, saturation: 0.82, 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 #FACCEC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 204 | 236 | - |
CMYK | 0 | 0.18 | 0.06 | 0.02 |
HSL | 318.26º | 0.82% | 0.89% | - |
HSV(B) | 318.26º | 0.18% | 0.98% | - |
XYZ | 76.16 | 69.57 | 88.77 | - |
YUV | 221.4 | 136.24 | 148.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 204 | 236 | 0 | 0.18 | 0.06 | 0.02 | 318.26 | 0.82 | 0.89 |
Hex | FA | CC | EC | 0 | 12 | 6 | 2 | 13E | 52 | 59 |
Octal | 372 | 314 | 354 | 0 | 22 | 6 | 2 | 476 | 122 | 131 |
Binary | 11111010 | 11001100 | 11101100 | 0 | 10010 | 110 | 10 | 100111110 | 1010010 | 1011001 |
Color Harmonies of #FACCEC
Complementary color
Monochromatic Colors of #FACCEC
Black with #FACCEC
Text Example
Text Example
White with #FACCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCEC; }
p { color: rgb(250,204,236); }
H1.HeaderClassName
{
color: #FACCEC;
}
.AnyTagClassName
{
color: #FACCEC;
}
</style>
background-color css
<style>
a { background-color: #FACCEC; }
a { background-color: rgb(250,204,236); }
div.DivClassName
{
background-color: #FACCEC;
}
.BgClassName
{
background-color: #FACCEC;
}
</style>
border-color css
<style>
span { border-color: #FACCEC; }
span { border-color: rgb(250,204,236); }
td.TdClassName
{
border-color: #FACCEC;
}
.TagClassName
{
border-color: #FACCEC;
}
</style>