Html Css Color HEX #FC6E7B Brink Pink

📋 copy color: '#FC6E7B'

red 252 ◦ green 110 ◦ blue 123

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

Shades of Brink Pink #FC6E7B

Tints of Brink Pink #FC6E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.36%

R = 51.96%
G = 22.68%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC6E7B (or 0xFC6E7B) is known color: Brink Pink. HEX triplet: FC, 6E and 7B. RGB value is (252,110,123). Sum of RGB (Red+Green+Blue) = 252+110+123=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E7B is #039184. Grayscale: #9A9A9A. Windows color (decimal): -233861 or 8089340. OLE color: 8089340.

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

Color convert

RGB 252 110 123 -
CMYK 0 0.56 0.51 0.01
HSL 354.51º 0.96% 0.71% -
HSV(B) 354.51º 0.56% 0.99% -
XYZ 49.3 33.28 22.56 -
YUV 153.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 252 110 123 0 0.56 0.51 0.01 354.51 0.96 0.71
Hex FC 6E 7B 0 38 33 1 163 60 47
Octal 374 156 173 0 70 63 1 543 140 107
Binary 11111100 1101110 1111011 0 111000 110011 1 101100011 1100000 1000111

Color Harmonies of #FC6E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E7B

Black with #FC6E7B

Text Example


Text Example

White with #FC6E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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