Shades of Pink #FDBBCA
Tints of Pink #FDBBCA
RGB
CMYK
RGB Variations
Color information
#FDBBCA (or 0xFDBBCA) is known color: Pink. HEX triplet: FD, BB and CA. RGB value is (253,187,202). Sum of RGB (Red+Green+Blue) = 253+187+202=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBCA is #024435. Grayscale: #D0D0D0. Windows color (decimal): -148534 or 13286397. OLE color: 13286397.
HSL color Cylindrical-coordinate representation of color #FDBBCA: hue angle of 346.36º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBBCA is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 202 | - |
CMYK | 0 | 0.26 | 0.20 | 0.01 |
HSL | 346.36º | 0.94% | 0.86% | - |
HSV(B) | 346.36º | 0.26% | 0.99% | - |
XYZ | 68.94 | 60.69 | 63.96 | - |
YUV | 208.44 | 124.37 | 159.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 202 | 0 | 0.26 | 0.20 | 0.01 | 346.36 | 0.94 | 0.86 |
Hex | FD | BB | CA | 0 | 1A | 14 | 1 | 15A | 5E | 56 |
Octal | 375 | 273 | 312 | 0 | 32 | 24 | 1 | 532 | 136 | 126 |
Binary | 11111101 | 10111011 | 11001010 | 0 | 11010 | 10100 | 1 | 101011010 | 1011110 | 1010110 |
Color Harmonies of #FDBBCA
Complementary color
Monochromatic Colors of #FDBBCA
Black with #FDBBCA
Text Example
Text Example
White with #FDBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBCA; }
p { color: rgb(253,187,202); }
H1.HeaderClassName
{
color: #FDBBCA;
}
.AnyTagClassName
{
color: #FDBBCA;
}
</style>
background-color css
<style>
a { background-color: #FDBBCA; }
a { background-color: rgb(253,187,202); }
div.DivClassName
{
background-color: #FDBBCA;
}
.BgClassName
{
background-color: #FDBBCA;
}
</style>
border-color css
<style>
span { border-color: #FDBBCA; }
span { border-color: rgb(253,187,202); }
td.TdClassName
{
border-color: #FDBBCA;
}
.TagClassName
{
border-color: #FDBBCA;
}
</style>