Shades of Classic Rose #FACFEC
Tints of Classic Rose #FACFEC
RGB
CMYK
RGB Variations
Color information
#FACFEC (or 0xFACFEC) is known color: Classic Rose. HEX triplet: FA, CF and EC. RGB value is (250,207,236). Sum of RGB (Red+Green+Blue) = 250+207+236=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFEC is #053013. Grayscale: #DFDFDF. Windows color (decimal): -339988 or 15519738. OLE color: 15519738.
HSL color Cylindrical-coordinate representation of color #FACFEC: hue angle of 319.53º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FACFEC is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 207 | 236 | - |
CMYK | 0 | 0.17 | 0.06 | 0.02 |
HSL | 319.53º | 0.81% | 0.9% | - |
HSV(B) | 319.53º | 0.17% | 0.98% | - |
XYZ | 76.88 | 71.01 | 89.01 | - |
YUV | 223.16 | 135.25 | 147.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 207 | 236 | 0 | 0.17 | 0.06 | 0.02 | 319.53 | 0.81 | 0.9 |
Hex | FA | CF | EC | 0 | 11 | 6 | 2 | 140 | 51 | 5A |
Octal | 372 | 317 | 354 | 0 | 21 | 6 | 2 | 500 | 121 | 132 |
Binary | 11111010 | 11001111 | 11101100 | 0 | 10001 | 110 | 10 | 101000000 | 1010001 | 1011010 |
Color Harmonies of #FACFEC
Complementary color
Monochromatic Colors of #FACFEC
Black with #FACFEC
Text Example
Text Example
White with #FACFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFEC; }
p { color: rgb(250,207,236); }
H1.HeaderClassName
{
color: #FACFEC;
}
.AnyTagClassName
{
color: #FACFEC;
}
</style>
background-color css
<style>
a { background-color: #FACFEC; }
a { background-color: rgb(250,207,236); }
div.DivClassName
{
background-color: #FACFEC;
}
.BgClassName
{
background-color: #FACFEC;
}
</style>
border-color css
<style>
span { border-color: #FACFEC; }
span { border-color: rgb(250,207,236); }
td.TdClassName
{
border-color: #FACFEC;
}
.TagClassName
{
border-color: #FACFEC;
}
</style>