Html Css Color HEX #FD5D8B Brink Pink

📋 copy color: '#FD5D8B'

red 253 ◦ green 93 ◦ blue 139

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

Shades of Brink Pink #FD5D8B

Tints of Brink Pink #FD5D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.18%

 BLUE value IS 139 (54.69% from 255) = 28.66%

R = 52.16%
G = 19.18%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD5D8B (or 0xFD5D8B) is known color: Brink Pink. HEX triplet: FD, 5D and 8B. RGB value is (253,93,139). Sum of RGB (Red+Green+Blue) = 253+93+139=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5D8B is #02A274. Grayscale: #929292. Windows color (decimal): -172661 or 9133565. OLE color: 9133565.

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

Color convert

RGB 253 93 139 -
CMYK 0 0.63 0.45 0.01
HSL 342.75º 0.98% 0.68% -
HSV(B) 342.75º 0.63% 0.99% -
XYZ 49.08 30.58 27.74 -
YUV 146.08 124.01 204.26 -
System Red Green Blue C M Y K H S L
Decimal 253 93 139 0 0.63 0.45 0.01 342.75 0.98 0.68
Hex FD 5D 8B 0 3F 2D 1 157 62 44
Octal 375 135 213 0 77 55 1 527 142 104
Binary 11111101 1011101 10001011 0 111111 101101 1 101010111 1100010 1000100

Color Harmonies of #FD5D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D8B

Black with #FD5D8B

Text Example


Text Example

White with #FD5D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D8B; }

 p { color: rgb(253,93,139); }

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

background-color css

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

 a { background-color: rgb(253,93,139); }

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

border-color css

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

 span { border-color: rgb(253,93,139); }

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