Html Css Color HEX #FD628C Brink Pink

📋 copy color: '#FD628C'

red 253 ◦ green 98 ◦ blue 140

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

Shades of Brink Pink #FD628C

Tints of Brink Pink #FD628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.96%

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 51.53%
G = 19.96%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD628C (or 0xFD628C) is known color: Brink Pink. HEX triplet: FD, 62 and 8C. RGB value is (253,98,140). Sum of RGB (Red+Green+Blue) = 253+98+140=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD628C is #029D73. Grayscale: #959595. Windows color (decimal): -171380 or 9200381. OLE color: 9200381.

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

Color convert

RGB 253 98 140 -
CMYK 0 0.61 0.45 0.01
HSL 343.74º 0.97% 0.69% -
HSV(B) 343.74º 0.61% 0.99% -
XYZ 49.61 31.51 28.28 -
YUV 149.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 253 98 140 0 0.61 0.45 0.01 343.74 0.97 0.69
Hex FD 62 8C 0 3D 2D 1 158 61 45
Octal 375 142 214 0 75 55 1 530 141 105
Binary 11111101 1100010 10001100 0 111101 101101 1 101011000 1100001 1000101

Color Harmonies of #FD628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD628C

Black with #FD628C

Text Example


Text Example

White with #FD628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD628C; }

 p { color: rgb(253,98,140); }

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

background-color css

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

 a { background-color: rgb(253,98,140); }

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

border-color css

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

 span { border-color: rgb(253,98,140); }

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