Html Css Color HEX #FE6991 Brink Pink

📋 copy color: '#FE6991'

red 254 ◦ green 105 ◦ blue 145

#FE6991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FE6991

Tints of Brink Pink #FE6991

RGB

 RED value IS 254 (99.61% from 255) = 50.4%

 GREEN value IS 105 (41.41% from 255) = 20.83%

 BLUE value IS 145 (57.03% from 255) = 28.77%

R = 50.4%
G = 20.83%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FE6991 (or 0xFE6991) is known color: Brink Pink. HEX triplet: FE, 69 and 91. RGB value is (254,105,145). Sum of RGB (Red+Green+Blue) = 254+105+145=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6991 is #01966E. Grayscale: #9A9A9A. Windows color (decimal): -104047 or 9529854. OLE color: 9529854.

HSL color Cylindrical-coordinate representation of color #FE6991: hue angle of 343.89º 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 #FE6991 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 105 145 -
CMYK 0 0.59 0.43 0.00
HSL 343.89º 0.99% 0.7% -
HSV(B) 343.89º 0.59% 1% -
XYZ 51.04 33.22 30.51 -
YUV 154.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 254 105 145 0 0.59 0.43 0.00 343.89 0.99 0.7
Hex FE 69 91 0 3B 2B 0 158 63 46
Octal 376 151 221 0 73 53 0 530 143 106
Binary 11111110 1101001 10010001 0 111011 101011 0 101011000 1100011 1000110

Color Harmonies of #FE6991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6991

Black with #FE6991

Text Example


Text Example

White with #FE6991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6991; }

 p { color: rgb(254,105,145); }

 H1.HeaderClassName
 {
   color: #FE6991;
 }
 .AnyTagClassName
 {
   color: #FE6991;
 }
</style>

background-color css

<style>
 a { background-color: #FE6991; }

 a { background-color: rgb(254,105,145); }

 div.DivClassName
 {
   background-color: #FE6991;
 }
 .BgClassName
 {
   background-color: #FE6991;
 }
</style>

border-color css

<style>
 span { border-color: #FE6991; }

 span { border-color: rgb(254,105,145); }

 td.TdClassName
 {
   border-color: #FE6991;
 }
 .TagClassName
 {
   border-color: #FE6991;
 }
</style>