#FC697D

Color #FC697D Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FC697D

Tints of Brink Pink #FC697D

Color information

#FC697D (or 0xFC697D) is unknown color: approx 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

RGB252105125-
CMYK00.580.500.01
HSL351.84º96.08%70%-
HSV(B)351.84º58.33%98.82%-
XYZ48.932.2823.06-
YUV151.23113.2199.87-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210512500.580.500.01351.8496.0870
HexFC697D03A3211606046
Octal374151175072621540140106
Binary11111100110100111111010111010110010110110000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>