Html Css Color HEX #FD687A Brink Pink

📋 copy color: '#FD687A'

red 253 ◦ green 104 ◦ blue 122

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

Shades of Brink Pink #FD687A

Tints of Brink Pink #FD687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.71%

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 52.82%
G = 21.71%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD687A (or 0xFD687A) is known color: Brink Pink. HEX triplet: FD, 68 and 7A. RGB value is (253,104,122). Sum of RGB (Red+Green+Blue) = 253+104+122=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD687A is #029785. Grayscale: #969696. Windows color (decimal): -169862 or 8022269. OLE color: 8022269.

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

Color convert

RGB 253 104 122 -
CMYK 0 0.59 0.52 0.01
HSL 352.75º 0.97% 0.7% -
HSV(B) 352.75º 0.59% 0.99% -
XYZ 48.97 32.19 22.04 -
YUV 150.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 253 104 122 0 0.59 0.52 0.01 352.75 0.97 0.7
Hex FD 68 7A 0 3B 34 1 161 61 46
Octal 375 150 172 0 73 64 1 541 141 106
Binary 11111101 1101000 1111010 0 111011 110100 1 101100001 1100001 1000110

Color Harmonies of #FD687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD687A

Black with #FD687A

Text Example


Text Example

White with #FD687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD687A; }

 p { color: rgb(253,104,122); }

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

background-color css

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

 a { background-color: rgb(253,104,122); }

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

border-color css

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

 span { border-color: rgb(253,104,122); }

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