Shades of Brink Pink #FE697B
Tints of Brink Pink #FE697B
RGB
CMYK
RGB Variations
Color information
#FE697B (or 0xFE697B) is known color: Brink Pink. HEX triplet: FE, 69 and 7B. RGB value is (254,105,123). Sum of RGB (Red+Green+Blue) = 254+105+123=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE697B is #019684. Grayscale: #979797. Windows color (decimal): -104069 or 8088062. OLE color: 8088062.
HSL color Cylindrical-coordinate representation of color #FE697B: hue angle of 352.75º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE697B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 123 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.00 |
| HSL | 352.75º | 0.99% | 0.7% | - |
| HSV(B) | 352.75º | 0.59% | 1% | - |
| XYZ | 49.5 | 32.6 | 22.42 | - |
| YUV | 151.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 123 | 0 | 0.59 | 0.52 | 0.00 | 352.75 | 0.99 | 0.7 |
| Hex | FE | 69 | 7B | 0 | 3B | 34 | 0 | 161 | 63 | 46 |
| Octal | 376 | 151 | 173 | 0 | 73 | 64 | 0 | 541 | 143 | 106 |
| Binary | 11111110 | 1101001 | 1111011 | 0 | 111011 | 110100 | 0 | 101100001 | 1100011 | 1000110 |
Color Harmonies of #FE697B
Complementary color
Monochromatic Colors of #FE697B
Black with #FE697B
Text Example
Text Example
White with #FE697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE697B; }
p { color: rgb(254,105,123); }
H1.HeaderClassName
{
color: #FE697B;
}
.AnyTagClassName
{
color: #FE697B;
}
</style>
background-color css
<style>
a { background-color: #FE697B; }
a { background-color: rgb(254,105,123); }
div.DivClassName
{
background-color: #FE697B;
}
.BgClassName
{
background-color: #FE697B;
}
</style>
border-color css
<style>
span { border-color: #FE697B; }
span { border-color: rgb(254,105,123); }
td.TdClassName
{
border-color: #FE697B;
}
.TagClassName
{
border-color: #FE697B;
}
</style>