#FC697E

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

Shades of Brink Pink #FC697E

Tints of Brink Pink #FC697E

Color information

#FC697E (or 0xFC697E) is unknown color: approx Brink Pink. HEX triplet: FC, 69 and 7E. RGB value is (252,105,126). Sum of RGB (Red+Green+Blue) = 252+105+126=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC697E is #039681. Grayscale: #979797. Windows color (decimal): -235138 or 8284668. OLE color: 8284668.

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

Color convert

RGB252105126-
CMYK00.580.50.01
HSL351.43º96.08%70%-
HSV(B)351.43º58.33%98.82%-
XYZ48.9632.323.39-
YUV151.35113.7199.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.17%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=52.17%
G=21.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210512600.580.50.01351.4396.0870
HexFC697E03A32115f6046
Octal374151176072621537140106
Binary11111100110100111111100111010110010110101111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC697E; }

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

 H1.HeaderClassName
 {
   color: #FC697E;
 }
 .AnyTagClassName
 {
   color: #FC697E;
 }
</style>
background-color css

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

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

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

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

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

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