Html Css Color HEX #FC707E Brink Pink

📋 copy color: '#FC707E'

red 252 ◦ green 112 ◦ blue 126

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

Shades of Brink Pink #FC707E

Tints of Brink Pink #FC707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.71%

R = 51.43%
G = 22.86%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC707E (or 0xFC707E) is known color: Brink Pink. HEX triplet: FC, 70 and 7E. RGB value is (252,112,126). Sum of RGB (Red+Green+Blue) = 252+112+126=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC707E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC707E is #038F81. Grayscale: #9B9B9B. Windows color (decimal): -233346 or 8286460. OLE color: 8286460.

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

Color convert

RGB 252 112 126 -
CMYK 0 0.56 0.5 0.01
HSL 354º 0.96% 0.71% -
HSV(B) 354º 0.56% 0.99% -
XYZ 49.7 33.79 23.64 -
YUV 155.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 252 112 126 0 0.56 0.5 0.01 354 0.96 0.71
Hex FC 70 7E 0 38 32 1 162 60 47
Octal 374 160 176 0 70 62 1 542 140 107
Binary 11111100 1110000 1111110 0 111000 110010 1 101100010 1100000 1000111

Color Harmonies of #FC707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC707E

Black with #FC707E

Text Example


Text Example

White with #FC707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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