Html Css Color HEX #FD6B8A Brink Pink

📋 copy color: '#FD6B8A'

red 253 ◦ green 107 ◦ blue 138

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

Shades of Brink Pink #FD6B8A

Tints of Brink Pink #FD6B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 50.8%
G = 21.49%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD6B8A (or 0xFD6B8A) is known color: Brink Pink. HEX triplet: FD, 6B and 8A. RGB value is (253,107,138). Sum of RGB (Red+Green+Blue) = 253+107+138=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6B8A is #029475. Grayscale: #9A9A9A. Windows color (decimal): -169078 or 9071613. OLE color: 9071613.

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

Color convert

RGB 253 107 138 -
CMYK 0 0.58 0.45 0.01
HSL 347.26º 0.97% 0.71% -
HSV(B) 347.26º 0.58% 0.99% -
XYZ 50.35 33.23 27.81 -
YUV 154.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 253 107 138 0 0.58 0.45 0.01 347.26 0.97 0.71
Hex FD 6B 8A 0 3A 2D 1 15B 61 47
Octal 375 153 212 0 72 55 1 533 141 107
Binary 11111101 1101011 10001010 0 111010 101101 1 101011011 1100001 1000111

Color Harmonies of #FD6B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6B8A

Black with #FD6B8A

Text Example


Text Example

White with #FD6B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6B8A; }

 p { color: rgb(253,107,138); }

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

background-color css

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

 a { background-color: rgb(253,107,138); }

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

border-color css

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

 span { border-color: rgb(253,107,138); }

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