Html Css Color HEX #FD657F Brink Pink

📋 copy color: '#FD657F'

red 253 ◦ green 101 ◦ blue 127

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

Shades of Brink Pink #FD657F

Tints of Brink Pink #FD657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21%

 BLUE value IS 127 (50% from 255) = 26.4%

R = 52.6%
G = 21%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD657F (or 0xFD657F) is known color: Brink Pink. HEX triplet: FD, 65 and 7F. RGB value is (253,101,127). Sum of RGB (Red+Green+Blue) = 253+101+127=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD657F is #029A80. Grayscale: #959595. Windows color (decimal): -170625 or 8349181. OLE color: 8349181.

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

Color convert

RGB 253 101 127 -
CMYK 0 0.60 0.50 0.01
HSL 349.74º 0.97% 0.69% -
HSV(B) 349.74º 0.6% 0.99% -
XYZ 48.99 31.72 23.62 -
YUV 149.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 253 101 127 0 0.60 0.50 0.01 349.74 0.97 0.69
Hex FD 65 7F 0 3C 32 1 15E 61 45
Octal 375 145 177 0 74 62 1 536 141 105
Binary 11111101 1100101 1111111 0 111100 110010 1 101011110 1100001 1000101

Color Harmonies of #FD657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD657F

Black with #FD657F

Text Example


Text Example

White with #FD657F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD657F; }

 p { color: rgb(253,101,127); }

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

background-color css

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

 a { background-color: rgb(253,101,127); }

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

border-color css

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

 span { border-color: rgb(253,101,127); }

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