#FD658C

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

Shades of Brink Pink #FD658C

Tints of Brink Pink #FD658C

Color information

#FD658C (or 0xFD658C) is unknown color: approx Brink Pink. HEX triplet: FD, 65 and 8C. RGB value is (253,101,140). Sum of RGB (Red+Green+Blue) = 253+101+140=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD658C is #029A73. Grayscale: #969696. Windows color (decimal): -170612 or 9201149. OLE color: 9201149.

HSL color Cylindrical-coordinate representation of color #FD658C: hue angle of 344.61º degrees, saturation: 0.97, 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 #FD658C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253101140-
CMYK00.600.450.01
HSL344.61º97.44%69.41%-
HSV(B)344.61º60.08%99.22%-
XYZ49.932.0828.37-
YUV150.89121.86200.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.21%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=51.21%
G=20.45%
B=28.34%

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
Decimal25310114000.600.450.01344.6197.4469.41
HexFD658C03C2D11596145
Octal375145214074551531141105
Binary111111011100101100011000111100101101110101100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD658C; }

 p { color: rgb(253,101,140); }

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

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

 a { background-color: rgb(253,101,140); }

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

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

 span { border-color: rgb(253,101,140); }

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