Shades of Light Pink #FDB8C2
Tints of Light Pink #FDB8C2
RGB
CMYK
RGB Variations
Color information
#FDB8C2 (or 0xFDB8C2) is known color: Light Pink. HEX triplet: FD, B8 and C2. RGB value is (253,184,194). Sum of RGB (Red+Green+Blue) = 253+184+194=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8C2 is #02473D. Grayscale: #CDCDCD. Windows color (decimal): -149310 or 12761341. OLE color: 12761341.
HSL color Cylindrical-coordinate representation of color #FDB8C2: hue angle of 351.3º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB8C2 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 184 | 194 | - |
CMYK | 0 | 0.27 | 0.23 | 0.01 |
HSL | 351.3º | 0.95% | 0.86% | - |
HSV(B) | 351.3º | 0.27% | 0.99% | - |
XYZ | 67.39 | 59.06 | 58.89 | - |
YUV | 205.77 | 121.36 | 161.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 184 | 194 | 0 | 0.27 | 0.23 | 0.01 | 351.3 | 0.95 | 0.86 |
Hex | FD | B8 | C2 | 0 | 1B | 17 | 1 | 15F | 5F | 56 |
Octal | 375 | 270 | 302 | 0 | 33 | 27 | 1 | 537 | 137 | 126 |
Binary | 11111101 | 10111000 | 11000010 | 0 | 11011 | 10111 | 1 | 101011111 | 1011111 | 1010110 |
Color Harmonies of #FDB8C2
Complementary color
Monochromatic Colors of #FDB8C2
Black with #FDB8C2
Text Example
Text Example
White with #FDB8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8C2; }
p { color: rgb(253,184,194); }
H1.HeaderClassName
{
color: #FDB8C2;
}
.AnyTagClassName
{
color: #FDB8C2;
}
</style>
background-color css
<style>
a { background-color: #FDB8C2; }
a { background-color: rgb(253,184,194); }
div.DivClassName
{
background-color: #FDB8C2;
}
.BgClassName
{
background-color: #FDB8C2;
}
</style>
border-color css
<style>
span { border-color: #FDB8C2; }
span { border-color: rgb(253,184,194); }
td.TdClassName
{
border-color: #FDB8C2;
}
.TagClassName
{
border-color: #FDB8C2;
}
</style>