Shades of Pink Lace #FFCADA
Tints of Pink Lace #FFCADA
RGB
CMYK
RGB Variations
Color information
#FFCADA (or 0xFFCADA) is known color: Pink Lace. HEX triplet: FF, CA and DA. RGB value is (255,202,218). Sum of RGB (Red+Green+Blue) = 255+202+218=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCADA is #003525. Grayscale: #DBDBDB. Windows color (decimal): -13606 or 14338815. OLE color: 14338815.
HSL color Cylindrical-coordinate representation of color #FFCADA: hue angle of 341.89º 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 #FFCADA is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 202 | 218 | - |
CMYK | 0 | 0.21 | 0.15 | 0 |
HSL | 341.89º | 1% | 0.9% | - |
HSV(B) | 341.89º | 0.21% | 1% | - |
XYZ | 75.02 | 68.56 | 75.61 | - |
YUV | 219.67 | 127.06 | 153.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 202 | 218 | 0 | 0.21 | 0.15 | 0 | 341.89 | 1 | 0.9 |
Hex | FF | CA | DA | 0 | 15 | F | 0 | 156 | 64 | 5A |
Octal | 377 | 312 | 332 | 0 | 25 | 17 | 0 | 526 | 144 | 132 |
Binary | 11111111 | 11001010 | 11011010 | 0 | 10101 | 1111 | 0 | 101010110 | 1100100 | 1011010 |
Color Harmonies of #FFCADA
Complementary color
Monochromatic Colors of #FFCADA
Black with #FFCADA
Text Example
Text Example
White with #FFCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCADA; }
p { color: rgb(255,202,218); }
H1.HeaderClassName
{
color: #FFCADA;
}
.AnyTagClassName
{
color: #FFCADA;
}
</style>
background-color css
<style>
a { background-color: #FFCADA; }
a { background-color: rgb(255,202,218); }
div.DivClassName
{
background-color: #FFCADA;
}
.BgClassName
{
background-color: #FFCADA;
}
</style>
border-color css
<style>
span { border-color: #FFCADA; }
span { border-color: rgb(255,202,218); }
td.TdClassName
{
border-color: #FFCADA;
}
.TagClassName
{
border-color: #FFCADA;
}
</style>