Shades of Pig Pink #FFCFED
Tints of Pig Pink #FFCFED
RGB
CMYK
RGB Variations
Color information
#FFCFED (or 0xFFCFED) is known color: Pig Pink. HEX triplet: FF, CF and ED. RGB value is (255,207,237). Sum of RGB (Red+Green+Blue) = 255+207+237=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCFED is #003012. Grayscale: #E0E0E0. Windows color (decimal): -12307 or 15585279. OLE color: 15585279.
HSL color Cylindrical-coordinate representation of color #FFCFED: hue angle of 322.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFED is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 207 | 237 | - |
CMYK | 0 | 0.19 | 0.07 | 0 |
HSL | 322.5º | 1% | 0.91% | - |
HSV(B) | 322.5º | 0.19% | 1% | - |
XYZ | 78.84 | 72 | 89.86 | - |
YUV | 224.77 | 134.9 | 149.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 207 | 237 | 0 | 0.19 | 0.07 | 0 | 322.5 | 1 | 0.91 |
Hex | FF | CF | ED | 0 | 13 | 7 | 0 | 142 | 64 | 5B |
Octal | 377 | 317 | 355 | 0 | 23 | 7 | 0 | 502 | 144 | 133 |
Binary | 11111111 | 11001111 | 11101101 | 0 | 10011 | 111 | 0 | 101000010 | 1100100 | 1011011 |
Color Harmonies of #FFCFED
Complementary color
Monochromatic Colors of #FFCFED
Black with #FFCFED
Text Example
Text Example
White with #FFCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFED; }
p { color: rgb(255,207,237); }
H1.HeaderClassName
{
color: #FFCFED;
}
.AnyTagClassName
{
color: #FFCFED;
}
</style>
background-color css
<style>
a { background-color: #FFCFED; }
a { background-color: rgb(255,207,237); }
div.DivClassName
{
background-color: #FFCFED;
}
.BgClassName
{
background-color: #FFCFED;
}
</style>
border-color css
<style>
span { border-color: #FFCFED; }
span { border-color: rgb(255,207,237); }
td.TdClassName
{
border-color: #FFCFED;
}
.TagClassName
{
border-color: #FFCFED;
}
</style>