Html Css Color HEX #FD6891 Brink Pink

📋 copy color: '#FD6891'

red 253 ◦ green 104 ◦ blue 145

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

Shades of Brink Pink #FD6891

Tints of Brink Pink #FD6891

RGB

 RED value IS 253 (99.22% from 255) = 50.4%

 GREEN value IS 104 (41.02% from 255) = 20.72%

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

R = 50.4%
G = 20.72%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD6891 (or 0xFD6891) is known color: Brink Pink. HEX triplet: FD, 68 and 91. RGB value is (253,104,145). Sum of RGB (Red+Green+Blue) = 253+104+145=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6891 is #02976E. Grayscale: #999999. Windows color (decimal): -169839 or 9529597. OLE color: 9529597.

HSL color Cylindrical-coordinate representation of color #FD6891: hue angle of 343.49º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD6891 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 104 145 -
CMYK 0 0.59 0.43 0.01
HSL 343.49º 0.97% 0.7% -
HSV(B) 343.49º 0.59% 0.99% -
XYZ 50.57 32.83 30.46 -
YUV 153.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 253 104 145 0 0.59 0.43 0.01 343.49 0.97 0.7
Hex FD 68 91 0 3B 2B 1 157 61 46
Octal 375 150 221 0 73 53 1 527 141 106
Binary 11111101 1101000 10010001 0 111011 101011 1 101010111 1100001 1000110

Color Harmonies of #FD6891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6891

Black with #FD6891

Text Example


Text Example

White with #FD6891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6891; }

 p { color: rgb(253,104,145); }

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

background-color css

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

 a { background-color: rgb(253,104,145); }

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

border-color css

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

 span { border-color: rgb(253,104,145); }

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