Html Css Color HEX #FD697F Brink Pink

📋 copy color: '#FD697F'

red 253 ◦ green 105 ◦ blue 127

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

Shades of Brink Pink #FD697F

Tints of Brink Pink #FD697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

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

R = 52.16%
G = 21.65%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD697F (or 0xFD697F) is known color: Brink Pink. HEX triplet: FD, 69 and 7F. RGB value is (253,105,127). Sum of RGB (Red+Green+Blue) = 253+105+127=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD697F is #029680. Grayscale: #979797. Windows color (decimal): -169601 or 8350205. OLE color: 8350205.

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

Color convert

RGB 253 105 127 -
CMYK 0 0.58 0.50 0.01
HSL 351.08º 0.97% 0.7% -
HSV(B) 351.08º 0.58% 0.99% -
XYZ 49.39 32.52 23.75 -
YUV 151.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 253 105 127 0 0.58 0.50 0.01 351.08 0.97 0.7
Hex FD 69 7F 0 3A 32 1 15F 61 46
Octal 375 151 177 0 72 62 1 537 141 106
Binary 11111101 1101001 1111111 0 111010 110010 1 101011111 1100001 1000110

Color Harmonies of #FD697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD697F

Black with #FD697F

Text Example


Text Example

White with #FD697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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