Html Css Color HEX #FC708B Brink Pink

📋 copy color: '#FC708B'

red 252 ◦ green 112 ◦ blue 139

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

Shades of Brink Pink #FC708B

Tints of Brink Pink #FC708B

RGB

 RED value IS 252 (98.83% from 255) = 50.1%

 GREEN value IS 112 (44.14% from 255) = 22.27%

 BLUE value IS 139 (54.69% from 255) = 27.63%

R = 50.1%
G = 22.27%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC708B (or 0xFC708B) is known color: Brink Pink. HEX triplet: FC, 70 and 8B. RGB value is (252,112,139). Sum of RGB (Red+Green+Blue) = 252+112+139=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC708B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC708B is #038F74. Grayscale: #9C9C9C. Windows color (decimal): -233333 or 9138428. OLE color: 9138428.

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

Color convert

RGB 252 112 139 -
CMYK 0 0.56 0.45 0.01
HSL 348.43º 0.96% 0.71% -
HSV(B) 348.43º 0.56% 0.99% -
XYZ 50.6 34.15 28.35 -
YUV 156.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 252 112 139 0 0.56 0.45 0.01 348.43 0.96 0.71
Hex FC 70 8B 0 38 2D 1 15C 60 47
Octal 374 160 213 0 70 55 1 534 140 107
Binary 11111100 1110000 10001011 0 111000 101101 1 101011100 1100000 1000111

Color Harmonies of #FC708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC708B

Black with #FC708B

Text Example


Text Example

White with #FC708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC708B; }

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

 H1.HeaderClassName
 {
   color: #FC708B;
 }
 .AnyTagClassName
 {
   color: #FC708B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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