Shades of Pink #FFCACE
Tints of Pink #FFCACE
RGB
CMYK
RGB Variations
Color information
#FFCACE (or 0xFFCACE) is known color: Pink. HEX triplet: FF, CA and CE. RGB value is (255,202,206). Sum of RGB (Red+Green+Blue) = 255+202+206=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCACE is #003531. Grayscale: #DADADA. Windows color (decimal): -13618 or 13552383. OLE color: 13552383.
HSL color Cylindrical-coordinate representation of color #FFCACE: hue angle of 355.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCACE is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 206 | - |
CMYK | 0 | 0.21 | 0.19 | 0 |
HSL | 355.47º | 1% | 0.9% | - |
HSV(B) | 355.47º | 0.21% | 1% | - |
XYZ | 73.5 | 67.96 | 67.64 | - |
YUV | 218.3 | 121.06 | 154.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 206 | 0 | 0.21 | 0.19 | 0 | 355.47 | 1 | 0.9 |
Hex | FF | CA | CE | 0 | 15 | 13 | 0 | 163 | 64 | 5A |
Octal | 377 | 312 | 316 | 0 | 25 | 23 | 0 | 543 | 144 | 132 |
Binary | 11111111 | 11001010 | 11001110 | 0 | 10101 | 10011 | 0 | 101100011 | 1100100 | 1011010 |
Color Harmonies of #FFCACE
Complementary color
Monochromatic Colors of #FFCACE
Black with #FFCACE
Text Example
Text Example
White with #FFCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCACE; }
p { color: rgb(255,202,206); }
H1.HeaderClassName
{
color: #FFCACE;
}
.AnyTagClassName
{
color: #FFCACE;
}
</style>
background-color css
<style>
a { background-color: #FFCACE; }
a { background-color: rgb(255,202,206); }
div.DivClassName
{
background-color: #FFCACE;
}
.BgClassName
{
background-color: #FFCACE;
}
</style>
border-color css
<style>
span { border-color: #FFCACE; }
span { border-color: rgb(255,202,206); }
td.TdClassName
{
border-color: #FFCACE;
}
.TagClassName
{
border-color: #FFCACE;
}
</style>