Shades of Pink #FDCAD2
Tints of Pink #FDCAD2
RGB
CMYK
RGB Variations
Color information
#FDCAD2 (or 0xFDCAD2) is known color: Pink. HEX triplet: FD, CA and D2. RGB value is (253,202,210). Sum of RGB (Red+Green+Blue) = 253+202+210=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAD2 is #02352D. Grayscale: #DADADA. Windows color (decimal): -144686 or 13814525. OLE color: 13814525.
HSL color Cylindrical-coordinate representation of color #FDCAD2: hue angle of 350.59º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCAD2 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 202 | 210 | - |
CMYK | 0 | 0.20 | 0.17 | 0.01 |
HSL | 350.59º | 0.93% | 0.89% | - |
HSV(B) | 350.59º | 0.2% | 0.99% | - |
XYZ | 73.26 | 67.78 | 70.19 | - |
YUV | 218.16 | 123.4 | 152.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 202 | 210 | 0 | 0.20 | 0.17 | 0.01 | 350.59 | 0.93 | 0.89 |
Hex | FD | CA | D2 | 0 | 14 | 11 | 1 | 15F | 5D | 59 |
Octal | 375 | 312 | 322 | 0 | 24 | 21 | 1 | 537 | 135 | 131 |
Binary | 11111101 | 11001010 | 11010010 | 0 | 10100 | 10001 | 1 | 101011111 | 1011101 | 1011001 |
Color Harmonies of #FDCAD2
Complementary color
Monochromatic Colors of #FDCAD2
Black with #FDCAD2
Text Example
Text Example
White with #FDCAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCAD2; }
p { color: rgb(253,202,210); }
H1.HeaderClassName
{
color: #FDCAD2;
}
.AnyTagClassName
{
color: #FDCAD2;
}
</style>
background-color css
<style>
a { background-color: #FDCAD2; }
a { background-color: rgb(253,202,210); }
div.DivClassName
{
background-color: #FDCAD2;
}
.BgClassName
{
background-color: #FDCAD2;
}
</style>
border-color css
<style>
span { border-color: #FDCAD2; }
span { border-color: rgb(253,202,210); }
td.TdClassName
{
border-color: #FDCAD2;
}
.TagClassName
{
border-color: #FDCAD2;
}
</style>