Html Css Color HEX #FC697D Brink Pink

📋 copy color: '#FC697D'

red 252 ◦ green 105 ◦ blue 125

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

Shades of Brink Pink #FC697D

Tints of Brink Pink #FC697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.93%

R = 52.28%
G = 21.78%
B = 25.93%

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

#FC697D (or 0xFC697D) is known color: Brink Pink. HEX triplet: FC, 69 and 7D. RGB value is (252,105,125). Sum of RGB (Red+Green+Blue) = 252+105+125=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC697D is #039682. Grayscale: #979797. Windows color (decimal): -235139 or 8219132. OLE color: 8219132.

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

Color convert

RGB 252 105 125 -
CMYK 0 0.58 0.50 0.01
HSL 351.84º 0.96% 0.7% -
HSV(B) 351.84º 0.58% 0.99% -
XYZ 48.9 32.28 23.06 -
YUV 151.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 252 105 125 0 0.58 0.50 0.01 351.84 0.96 0.7
Hex FC 69 7D 0 3A 32 1 160 60 46
Octal 374 151 175 0 72 62 1 540 140 106
Binary 11111100 1101001 1111101 0 111010 110010 1 101100000 1100000 1000110

Color Harmonies of #FC697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC697D

Black with #FC697D

Text Example


Text Example

White with #FC697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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