Shades of Pink #FECAD2
Tints of Pink #FECAD2
RGB
CMYK
RGB Variations
Color information
#FECAD2 (or 0xFECAD2) is known color: Pink. HEX triplet: FE, CA and D2. RGB value is (254,202,210). Sum of RGB (Red+Green+Blue) = 254+202+210=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD2 is #01352D. Grayscale: #DADADA. Windows color (decimal): -79150 or 13814526. OLE color: 13814526.
HSL color Cylindrical-coordinate representation of color #FECAD2: hue angle of 350.77º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECAD2 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 210 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.00 |
| HSL | 350.77º | 0.96% | 0.89% | - |
| HSV(B) | 350.77º | 0.2% | 1% | - |
| XYZ | 73.63 | 67.97 | 70.21 | - |
| YUV | 218.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 210 | 0 | 0.20 | 0.17 | 0.00 | 350.77 | 0.96 | 0.89 |
| Hex | FE | CA | D2 | 0 | 14 | 11 | 0 | 15F | 60 | 59 |
| Octal | 376 | 312 | 322 | 0 | 24 | 21 | 0 | 537 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11010010 | 0 | 10100 | 10001 | 0 | 101011111 | 1100000 | 1011001 |
Color Harmonies of #FECAD2
Complementary color
Monochromatic Colors of #FECAD2
Black with #FECAD2
Text Example
Text Example
White with #FECAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAD2; }
p { color: rgb(254,202,210); }
H1.HeaderClassName
{
color: #FECAD2;
}
.AnyTagClassName
{
color: #FECAD2;
}
</style>
background-color css
<style>
a { background-color: #FECAD2; }
a { background-color: rgb(254,202,210); }
div.DivClassName
{
background-color: #FECAD2;
}
.BgClassName
{
background-color: #FECAD2;
}
</style>
border-color css
<style>
span { border-color: #FECAD2; }
span { border-color: rgb(254,202,210); }
td.TdClassName
{
border-color: #FECAD2;
}
.TagClassName
{
border-color: #FECAD2;
}
</style>