#FC668B

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

Shades of Brink Pink #FC668B

Tints of Brink Pink #FC668B

Color information

#FC668B (or 0xFC668B) is unknown color: approx Brink Pink. HEX triplet: FC, 66 and 8B. RGB value is (252,102,139). Sum of RGB (Red+Green+Blue) = 252+102+139=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC668B is #039974. Grayscale: #979797. Windows color (decimal): -235893 or 9135868. OLE color: 9135868.

HSL color Cylindrical-coordinate representation of color #FC668B: hue angle of 345.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC668B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB252102139-
CMYK00.600.450.01
HSL345.2º96.15%69.41%-
HSV(B)345.2º59.52%98.82%-
XYZ49.5632.0628-
YUV151.07121.2199.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.12%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=51.12%
G=20.69%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210213900.600.450.01345.296.1569.41
HexFC668B03C2D11596045
Octal374146213074551531140105
Binary111111001100110100010110111100101101110101100111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC668B; }

 p { color: rgb(252,102,139); }

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

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

 a { background-color: rgb(252,102,139); }

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

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

 span { border-color: rgb(252,102,139); }

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