Shades of Azalea #FDBFC1
Tints of Azalea #FDBFC1
RGB
CMYK
RGB Variations
Color information
#FDBFC1 (or 0xFDBFC1) is known color: Azalea. HEX triplet: FD, BF and C1. RGB value is (253,191,193). Sum of RGB (Red+Green+Blue) = 253+191+193=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFC1 is #02403E. Grayscale: #D1D1D1. Windows color (decimal): -147519 or 12697597. OLE color: 12697597.
HSL color Cylindrical-coordinate representation of color #FDBFC1: hue angle of 358.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFC1 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 191 | 193 | - |
CMYK | 0 | 0.25 | 0.24 | 0.01 |
HSL | 358.06º | 0.94% | 0.87% | - |
HSV(B) | 358.06º | 0.25% | 0.99% | - |
XYZ | 68.76 | 61.99 | 58.79 | - |
YUV | 209.77 | 118.54 | 158.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 191 | 193 | 0 | 0.25 | 0.24 | 0.01 | 358.06 | 0.94 | 0.87 |
Hex | FD | BF | C1 | 0 | 19 | 18 | 1 | 166 | 5E | 57 |
Octal | 375 | 277 | 301 | 0 | 31 | 30 | 1 | 546 | 136 | 127 |
Binary | 11111101 | 10111111 | 11000001 | 0 | 11001 | 11000 | 1 | 101100110 | 1011110 | 1010111 |
Color Harmonies of #FDBFC1
Complementary color
Monochromatic Colors of #FDBFC1
Black with #FDBFC1
Text Example
Text Example
White with #FDBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFC1; }
p { color: rgb(253,191,193); }
H1.HeaderClassName
{
color: #FDBFC1;
}
.AnyTagClassName
{
color: #FDBFC1;
}
</style>
background-color css
<style>
a { background-color: #FDBFC1; }
a { background-color: rgb(253,191,193); }
div.DivClassName
{
background-color: #FDBFC1;
}
.BgClassName
{
background-color: #FDBFC1;
}
</style>
border-color css
<style>
span { border-color: #FDBFC1; }
span { border-color: rgb(253,191,193); }
td.TdClassName
{
border-color: #FDBFC1;
}
.TagClassName
{
border-color: #FDBFC1;
}
</style>