Html Css Color HEX #FC6C8D Brink Pink

📋 copy color: '#FC6C8D'

red 252 ◦ green 108 ◦ blue 141

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

Shades of Brink Pink #FC6C8D

Tints of Brink Pink #FC6C8D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.56%

 BLUE value IS 141 (55.47% from 255) = 28.14%

R = 50.3%
G = 21.56%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC6C8D (or 0xFC6C8D) is known color: Brink Pink. HEX triplet: FC, 6C and 8D. RGB value is (252,108,141). Sum of RGB (Red+Green+Blue) = 252+108+141=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6C8D is #039372. Grayscale: #9A9A9A. Windows color (decimal): -234355 or 9268476. OLE color: 9268476.

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

Color convert

RGB 252 108 141 -
CMYK 0 0.57 0.44 0.01
HSL 346.25º 0.96% 0.71% -
HSV(B) 346.25º 0.57% 0.99% -
XYZ 50.32 33.34 28.98 -
YUV 154.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 252 108 141 0 0.57 0.44 0.01 346.25 0.96 0.71
Hex FC 6C 8D 0 39 2C 1 15A 60 47
Octal 374 154 215 0 71 54 1 532 140 107
Binary 11111100 1101100 10001101 0 111001 101100 1 101011010 1100000 1000111

Color Harmonies of #FC6C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C8D

Black with #FC6C8D

Text Example


Text Example

White with #FC6C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C8D; }

 p { color: rgb(252,108,141); }

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

background-color css

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

 a { background-color: rgb(252,108,141); }

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

border-color css

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

 span { border-color: rgb(252,108,141); }

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