Html Css Color HEX #FC708C Brink Pink

📋 copy color: '#FC708C'

red 252 ◦ green 112 ◦ blue 140

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

Shades of Brink Pink #FC708C

Tints of Brink Pink #FC708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.78%

R = 50%
G = 22.22%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC708C (or 0xFC708C) is known color: Brink Pink. HEX triplet: FC, 70 and 8C. RGB value is (252,112,140). Sum of RGB (Red+Green+Blue) = 252+112+140=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC708C is #038F73. Grayscale: #9D9D9D. Windows color (decimal): -233332 or 9203964. OLE color: 9203964.

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

Color convert

RGB 252 112 140 -
CMYK 0 0.56 0.44 0.01
HSL 348º 0.96% 0.71% -
HSV(B) 348º 0.56% 0.99% -
XYZ 50.67 34.18 28.74 -
YUV 157.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 252 112 140 0 0.56 0.44 0.01 348 0.96 0.71
Hex FC 70 8C 0 38 2C 1 15C 60 47
Octal 374 160 214 0 70 54 1 534 140 107
Binary 11111100 1110000 10001100 0 111000 101100 1 101011100 1100000 1000111

Color Harmonies of #FC708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC708C

Black with #FC708C

Text Example


Text Example

White with #FC708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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