Html Css Color HEX #FD658C Brink Pink

📋 copy color: '#FD658C'

red 253 ◦ green 101 ◦ blue 140

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

Shades of Brink Pink #FD658C

Tints of Brink Pink #FD658C

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 value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD658C (or 0xFD658C) is known color: 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

RGB 253 101 140 -
CMYK 0 0.60 0.45 0.01
HSL 344.61º 0.97% 0.69% -
HSV(B) 344.61º 0.6% 0.99% -
XYZ 49.9 32.08 28.37 -
YUV 150.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 253 101 140 0 0.60 0.45 0.01 344.61 0.97 0.69
Hex FD 65 8C 0 3C 2D 1 159 61 45
Octal 375 145 214 0 74 55 1 531 141 105
Binary 11111101 1100101 10001100 0 111100 101101 1 101011001 1100001 1000101

Color Harmonies of #FD658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD658C

Black with #FD658C

Text Example


Text Example

White with #FD658C

Text Example


Text Example

HTML Codes & Css Web 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>