Html Css Color HEX #FD688A Brink Pink

📋 copy color: '#FD688A'

red 253 ◦ green 104 ◦ blue 138

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

Shades of Brink Pink #FD688A

Tints of Brink Pink #FD688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 51.11%
G = 21.01%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD688A (or 0xFD688A) is known color: Brink Pink. HEX triplet: FD, 68 and 8A. RGB value is (253,104,138). Sum of RGB (Red+Green+Blue) = 253+104+138=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD688A is #029775. Grayscale: #989898. Windows color (decimal): -169846 or 9070845. OLE color: 9070845.

HSL color Cylindrical-coordinate representation of color #FD688A: hue angle of 346.31º 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 #FD688A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 104 138 -
CMYK 0 0.59 0.45 0.01
HSL 346.31º 0.97% 0.7% -
HSV(B) 346.31º 0.59% 0.99% -
XYZ 50.05 32.62 27.7 -
YUV 152.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 253 104 138 0 0.59 0.45 0.01 346.31 0.97 0.7
Hex FD 68 8A 0 3B 2D 1 15A 61 46
Octal 375 150 212 0 73 55 1 532 141 106
Binary 11111101 1101000 10001010 0 111011 101101 1 101011010 1100001 1000110

Color Harmonies of #FD688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD688A

Black with #FD688A

Text Example


Text Example

White with #FD688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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