Html Css Color HEX #FC6E7E Brink Pink

📋 copy color: '#FC6E7E'

red 252 ◦ green 110 ◦ blue 126

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

Shades of Brink Pink #FC6E7E

Tints of Brink Pink #FC6E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.54%

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

R = 51.64%
G = 22.54%
B = 25.82%

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

#FC6E7E (or 0xFC6E7E) is known color: Brink Pink. HEX triplet: FC, 6E and 7E. RGB value is (252,110,126). Sum of RGB (Red+Green+Blue) = 252+110+126=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E7E is #039181. Grayscale: #9A9A9A. Windows color (decimal): -233858 or 8285948. OLE color: 8285948.

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

Color convert

RGB 252 110 126 -
CMYK 0 0.56 0.5 0.01
HSL 353.24º 0.96% 0.71% -
HSV(B) 353.24º 0.56% 0.99% -
XYZ 49.49 33.35 23.57 -
YUV 154.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 252 110 126 0 0.56 0.5 0.01 353.24 0.96 0.71
Hex FC 6E 7E 0 38 32 1 161 60 47
Octal 374 156 176 0 70 62 1 541 140 107
Binary 11111100 1101110 1111110 0 111000 110010 1 101100001 1100000 1000111

Color Harmonies of #FC6E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E7E

Black with #FC6E7E

Text Example


Text Example

White with #FC6E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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