Shades of Pig Pink #FDDBF3
Tints of Pig Pink #FDDBF3
RGB
CMYK
RGB Variations
Color information
#FDDBF3 (or 0xFDDBF3) is known color: Pig Pink. HEX triplet: FD, DB and F3. RGB value is (253,219,243). Sum of RGB (Red+Green+Blue) = 253+219+243=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 219 (85.94% from 255 or 30.63% from 715); Blue value is 243 (95.31% from 255 or 33.99% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF3 is #02240C. Grayscale: #E7E7E7. Windows color (decimal): -140301 or 15981565. OLE color: 15981565.
HSL color Cylindrical-coordinate representation of color #FDDBF3: hue angle of 317.65º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDBF3 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 243 | - |
CMYK | 0 | 0.13 | 0.04 | 0.01 |
HSL | 317.65º | 0.89% | 0.93% | - |
HSV(B) | 317.65º | 0.13% | 0.99% | - |
XYZ | 82.02 | 78.02 | 95.53 | - |
YUV | 231.9 | 134.26 | 143.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 243 | 0 | 0.13 | 0.04 | 0.01 | 317.65 | 0.89 | 0.93 |
Hex | FD | DB | F3 | 0 | D | 4 | 1 | 13E | 59 | 5D |
Octal | 375 | 333 | 363 | 0 | 15 | 4 | 1 | 476 | 131 | 135 |
Binary | 11111101 | 11011011 | 11110011 | 0 | 1101 | 100 | 1 | 100111110 | 1011001 | 1011101 |
Color Harmonies of #FDDBF3
Complementary color
Monochromatic Colors of #FDDBF3
Black with #FDDBF3
Text Example
Text Example
White with #FDDBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBF3; }
p { color: rgb(253,219,243); }
H1.HeaderClassName
{
color: #FDDBF3;
}
.AnyTagClassName
{
color: #FDDBF3;
}
</style>
background-color css
<style>
a { background-color: #FDDBF3; }
a { background-color: rgb(253,219,243); }
div.DivClassName
{
background-color: #FDDBF3;
}
.BgClassName
{
background-color: #FDDBF3;
}
</style>
border-color css
<style>
span { border-color: #FDDBF3; }
span { border-color: rgb(253,219,243); }
td.TdClassName
{
border-color: #FDDBF3;
}
.TagClassName
{
border-color: #FDDBF3;
}
</style>