Shades of Azalea #FDBFC2
Tints of Azalea #FDBFC2
RGB
CMYK
RGB Variations
Color information
#FDBFC2 (or 0xFDBFC2) is known color: Azalea. HEX triplet: FD, BF and C2. RGB value is (253,191,194). Sum of RGB (Red+Green+Blue) = 253+191+194=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFC2 is #02403D. Grayscale: #D1D1D1. Windows color (decimal): -147518 or 12763133. OLE color: 12763133.
HSL color Cylindrical-coordinate representation of color #FDBFC2: hue angle of 357.1º 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 #FDBFC2 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 191 | 194 | - |
CMYK | 0 | 0.25 | 0.23 | 0.01 |
HSL | 357.1º | 0.94% | 0.87% | - |
HSV(B) | 357.1º | 0.25% | 0.99% | - |
XYZ | 68.88 | 62.04 | 59.38 | - |
YUV | 209.88 | 119.04 | 158.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 191 | 194 | 0 | 0.25 | 0.23 | 0.01 | 357.1 | 0.94 | 0.87 |
Hex | FD | BF | C2 | 0 | 19 | 17 | 1 | 165 | 5E | 57 |
Octal | 375 | 277 | 302 | 0 | 31 | 27 | 1 | 545 | 136 | 127 |
Binary | 11111101 | 10111111 | 11000010 | 0 | 11001 | 10111 | 1 | 101100101 | 1011110 | 1010111 |
Color Harmonies of #FDBFC2
Complementary color
Monochromatic Colors of #FDBFC2
Black with #FDBFC2
Text Example
Text Example
White with #FDBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFC2; }
p { color: rgb(253,191,194); }
H1.HeaderClassName
{
color: #FDBFC2;
}
.AnyTagClassName
{
color: #FDBFC2;
}
</style>
background-color css
<style>
a { background-color: #FDBFC2; }
a { background-color: rgb(253,191,194); }
div.DivClassName
{
background-color: #FDBFC2;
}
.BgClassName
{
background-color: #FDBFC2;
}
</style>
border-color css
<style>
span { border-color: #FDBFC2; }
span { border-color: rgb(253,191,194); }
td.TdClassName
{
border-color: #FDBFC2;
}
.TagClassName
{
border-color: #FDBFC2;
}
</style>