Shades of Your Pink #FFCAC3
Tints of Your Pink #FFCAC3
RGB
CMYK
RGB Variations
Color information
#FFCAC3 (or 0xFFCAC3) is known color: Your Pink. HEX triplet: FF, CA and C3. RGB value is (255,202,195). Sum of RGB (Red+Green+Blue) = 255+202+195=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAC3 is #00353C. Grayscale: #D9D9D9. Windows color (decimal): -13629 or 12831487. OLE color: 12831487.
HSL color Cylindrical-coordinate representation of color #FFCAC3: hue angle of 7º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFCAC3 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 195 | - |
| CMYK | 0 | 0.21 | 0.24 | 0 |
| HSL | 7º | 1% | 0.88% | - |
| HSV(B) | 7º | 0.24% | 1% | - |
| XYZ | 72.21 | 67.44 | 60.84 | - |
| YUV | 217.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 195 | 0 | 0.21 | 0.24 | 0 | 7 | 1 | 0.88 |
| Hex | FF | CA | C3 | 0 | 15 | 18 | 0 | 7 | 64 | 58 |
| Octal | 377 | 312 | 303 | 0 | 25 | 30 | 0 | 7 | 144 | 130 |
| Binary | 11111111 | 11001010 | 11000011 | 0 | 10101 | 11000 | 0 | 111 | 1100100 | 1011000 |
Color Harmonies of #FFCAC3
Complementary color
Monochromatic Colors of #FFCAC3
Black with #FFCAC3
Text Example
Text Example
White with #FFCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAC3; }
p { color: rgb(255,202,195); }
H1.HeaderClassName
{
color: #FFCAC3;
}
.AnyTagClassName
{
color: #FFCAC3;
}
</style>
background-color css
<style>
a { background-color: #FFCAC3; }
a { background-color: rgb(255,202,195); }
div.DivClassName
{
background-color: #FFCAC3;
}
.BgClassName
{
background-color: #FFCAC3;
}
</style>
border-color css
<style>
span { border-color: #FFCAC3; }
span { border-color: rgb(255,202,195); }
td.TdClassName
{
border-color: #FFCAC3;
}
.TagClassName
{
border-color: #FFCAC3;
}
</style>