Shades of Classic Rose #FCC1DA
Tints of Classic Rose #FCC1DA
RGB
CMYK
RGB Variations
Color information
#FCC1DA (or 0xFCC1DA) is known color: Classic Rose. HEX triplet: FC, C1 and DA. RGB value is (252,193,218). Sum of RGB (Red+Green+Blue) = 252+193+218=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1DA is #033E25. Grayscale: #D5D5D5. Windows color (decimal): -212518 or 14336508. OLE color: 14336508.
HSL color Cylindrical-coordinate representation of color #FCC1DA: hue angle of 334.58º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC1DA is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 193 | 218 | - |
CMYK | 0 | 0.23 | 0.13 | 0.01 |
HSL | 334.58º | 0.91% | 0.87% | - |
HSV(B) | 334.58º | 0.23% | 0.99% | - |
XYZ | 71.87 | 63.9 | 74.88 | - |
YUV | 213.49 | 130.55 | 155.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 193 | 218 | 0 | 0.23 | 0.13 | 0.01 | 334.58 | 0.91 | 0.87 |
Hex | FC | C1 | DA | 0 | 17 | D | 1 | 14F | 5B | 57 |
Octal | 374 | 301 | 332 | 0 | 27 | 15 | 1 | 517 | 133 | 127 |
Binary | 11111100 | 11000001 | 11011010 | 0 | 10111 | 1101 | 1 | 101001111 | 1011011 | 1010111 |
Color Harmonies of #FCC1DA
Complementary color
Monochromatic Colors of #FCC1DA
Black with #FCC1DA
Text Example
Text Example
White with #FCC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1DA; }
p { color: rgb(252,193,218); }
H1.HeaderClassName
{
color: #FCC1DA;
}
.AnyTagClassName
{
color: #FCC1DA;
}
</style>
background-color css
<style>
a { background-color: #FCC1DA; }
a { background-color: rgb(252,193,218); }
div.DivClassName
{
background-color: #FCC1DA;
}
.BgClassName
{
background-color: #FCC1DA;
}
</style>
border-color css
<style>
span { border-color: #FCC1DA; }
span { border-color: rgb(252,193,218); }
td.TdClassName
{
border-color: #FCC1DA;
}
.TagClassName
{
border-color: #FCC1DA;
}
</style>