Html Css Color HEX #FD6E8A Brink Pink

📋 copy color: '#FD6E8A'

red 253 ◦ green 110 ◦ blue 138

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

Shades of Brink Pink #FD6E8A

Tints of Brink Pink #FD6E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

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

R = 50.5%
G = 21.96%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD6E8A (or 0xFD6E8A) is known color: Brink Pink. HEX triplet: FD, 6E and 8A. RGB value is (253,110,138). Sum of RGB (Red+Green+Blue) = 253+110+138=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6E8A is #029175. Grayscale: #9B9B9B. Windows color (decimal): -168310 or 9072381. OLE color: 9072381.

HSL color Cylindrical-coordinate representation of color #FD6E8A: hue angle of 348.25º 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 #FD6E8A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 110 138 -
CMYK 0 0.57 0.45 0.01
HSL 348.25º 0.97% 0.71% -
HSV(B) 348.25º 0.57% 0.99% -
XYZ 50.67 33.87 27.91 -
YUV 155.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 253 110 138 0 0.57 0.45 0.01 348.25 0.97 0.71
Hex FD 6E 8A 0 39 2D 1 15C 61 47
Octal 375 156 212 0 71 55 1 534 141 107
Binary 11111101 1101110 10001010 0 111001 101101 1 101011100 1100001 1000111

Color Harmonies of #FD6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6E8A

Black with #FD6E8A

Text Example


Text Example

White with #FD6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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