Html Css Color HEX #FC697C Brink Pink

📋 copy color: '#FC697C'

red 252 ◦ green 105 ◦ blue 124

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

Shades of Brink Pink #FC697C

Tints of Brink Pink #FC697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.78%

R = 52.39%
G = 21.83%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC697C (or 0xFC697C) is known color: Brink Pink. HEX triplet: FC, 69 and 7C. RGB value is (252,105,124). Sum of RGB (Red+Green+Blue) = 252+105+124=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC697C is #039683. Grayscale: #979797. Windows color (decimal): -235140 or 8153596. OLE color: 8153596.

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

Color convert

RGB 252 105 124 -
CMYK 0 0.58 0.51 0.01
HSL 352.24º 0.96% 0.7% -
HSV(B) 352.24º 0.58% 0.99% -
XYZ 48.83 32.25 22.72 -
YUV 151.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 252 105 124 0 0.58 0.51 0.01 352.24 0.96 0.7
Hex FC 69 7C 0 3A 33 1 160 60 46
Octal 374 151 174 0 72 63 1 540 140 106
Binary 11111100 1101001 1111100 0 111010 110011 1 101100000 1100000 1000110

Color Harmonies of #FC697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC697C

Black with #FC697C

Text Example


Text Example

White with #FC697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC697C; }

 p { color: rgb(252,105,124); }

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

background-color css

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

 a { background-color: rgb(252,105,124); }

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

border-color css

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

 span { border-color: rgb(252,105,124); }

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