Shades of Your Pink #FFCCC3
Tints of Your Pink #FFCCC3
RGB
CMYK
RGB Variations
Color information
#FFCCC3 (or 0xFFCCC3) is known color: Your Pink. HEX triplet: FF, CC and C3. RGB value is (255,204,195). Sum of RGB (Red+Green+Blue) = 255+204+195=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC3 is #00333C. Grayscale: #DADADA. Windows color (decimal): -13117 or 12831999. OLE color: 12831999.
HSL color Cylindrical-coordinate representation of color #FFCCC3: hue angle of 9º 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 #FFCCC3 is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 204 | 195 | - |
CMYK | 0 | 0.2 | 0.24 | 0 |
HSL | 9º | 1% | 0.88% | - |
HSV(B) | 9º | 0.24% | 1% | - |
XYZ | 72.68 | 68.39 | 61 | - |
YUV | 218.22 | 114.9 | 154.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 204 | 195 | 0 | 0.2 | 0.24 | 0 | 9 | 1 | 0.88 |
Hex | FF | CC | C3 | 0 | 14 | 18 | 0 | 9 | 64 | 58 |
Octal | 377 | 314 | 303 | 0 | 24 | 30 | 0 | 11 | 144 | 130 |
Binary | 11111111 | 11001100 | 11000011 | 0 | 10100 | 11000 | 0 | 1001 | 1100100 | 1011000 |
Color Harmonies of #FFCCC3
Complementary color
Monochromatic Colors of #FFCCC3
Black with #FFCCC3
Text Example
Text Example
White with #FFCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCC3; }
p { color: rgb(255,204,195); }
H1.HeaderClassName
{
color: #FFCCC3;
}
.AnyTagClassName
{
color: #FFCCC3;
}
</style>
background-color css
<style>
a { background-color: #FFCCC3; }
a { background-color: rgb(255,204,195); }
div.DivClassName
{
background-color: #FFCCC3;
}
.BgClassName
{
background-color: #FFCCC3;
}
</style>
border-color css
<style>
span { border-color: #FFCCC3; }
span { border-color: rgb(255,204,195); }
td.TdClassName
{
border-color: #FFCCC3;
}
.TagClassName
{
border-color: #FFCCC3;
}
</style>