Html Css Color HEX #FD6C86 Brink Pink

📋 copy color: '#FD6C86'

red 253 ◦ green 108 ◦ blue 134

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

Shades of Brink Pink #FD6C86

Tints of Brink Pink #FD6C86

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.82%

 BLUE value IS 134 (52.73% from 255) = 27.07%

R = 51.11%
G = 21.82%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD6C86 (or 0xFD6C86) is known color: Brink Pink. HEX triplet: FD, 6C and 86. RGB value is (253,108,134). Sum of RGB (Red+Green+Blue) = 253+108+134=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6C86 is #029379. Grayscale: #9A9A9A. Windows color (decimal): -168826 or 8809725. OLE color: 8809725.

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

Color convert

RGB 253 108 134 -
CMYK 0 0.57 0.47 0.01
HSL 349.24º 0.97% 0.71% -
HSV(B) 349.24º 0.57% 0.99% -
XYZ 50.17 33.33 26.34 -
YUV 154.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 253 108 134 0 0.57 0.47 0.01 349.24 0.97 0.71
Hex FD 6C 86 0 39 2F 1 15D 61 47
Octal 375 154 206 0 71 57 1 535 141 107
Binary 11111101 1101100 10000110 0 111001 101111 1 101011101 1100001 1000111

Color Harmonies of #FD6C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C86

Black with #FD6C86

Text Example


Text Example

White with #FD6C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C86; }

 p { color: rgb(253,108,134); }

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

background-color css

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

 a { background-color: rgb(253,108,134); }

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

border-color css

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

 span { border-color: rgb(253,108,134); }

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