Html Css Color HEX #FC688D Brink Pink

📋 copy color: '#FC688D'

red 252 ◦ green 104 ◦ blue 141

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

Shades of Brink Pink #FC688D

Tints of Brink Pink #FC688D

RGB

 RED value IS 252 (98.83% from 255) = 50.7%

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

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 50.7%
G = 20.93%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC688D (or 0xFC688D) is known color: Brink Pink. HEX triplet: FC, 68 and 8D. RGB value is (252,104,141). Sum of RGB (Red+Green+Blue) = 252+104+141=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC688D is #039772. Grayscale: #989898. Windows color (decimal): -235379 or 9267452. OLE color: 9267452.

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

Color convert

RGB 252 104 141 -
CMYK 0 0.59 0.44 0.01
HSL 345º 0.96% 0.7% -
HSV(B) 345º 0.59% 0.99% -
XYZ 49.9 32.52 28.85 -
YUV 152.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 252 104 141 0 0.59 0.44 0.01 345 0.96 0.7
Hex FC 68 8D 0 3B 2C 1 159 60 46
Octal 374 150 215 0 73 54 1 531 140 106
Binary 11111100 1101000 10001101 0 111011 101100 1 101011001 1100000 1000110

Color Harmonies of #FC688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC688D

Black with #FC688D

Text Example


Text Example

White with #FC688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC688D; }

 p { color: rgb(252,104,141); }

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

background-color css

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

 a { background-color: rgb(252,104,141); }

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

border-color css

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

 span { border-color: rgb(252,104,141); }

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