Html Css Color HEX #FC6D88 Brink Pink

📋 copy color: '#FC6D88'

red 252 ◦ green 109 ◦ blue 136

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

Shades of Brink Pink #FC6D88

Tints of Brink Pink #FC6D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.93%

 BLUE value IS 136 (53.52% from 255) = 27.36%

R = 50.7%
G = 21.93%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC6D88 (or 0xFC6D88) is known color: Brink Pink. HEX triplet: FC, 6D and 88. RGB value is (252,109,136). Sum of RGB (Red+Green+Blue) = 252+109+136=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D88 is #039277. Grayscale: #9A9A9A. Windows color (decimal): -234104 or 8941052. OLE color: 8941052.

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

Color convert

RGB 252 109 136 -
CMYK 0 0.57 0.46 0.01
HSL 348.67º 0.96% 0.71% -
HSV(B) 348.67º 0.57% 0.99% -
XYZ 50.06 33.41 27.1 -
YUV 154.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 252 109 136 0 0.57 0.46 0.01 348.67 0.96 0.71
Hex FC 6D 88 0 39 2E 1 15D 60 47
Octal 374 155 210 0 71 56 1 535 140 107
Binary 11111100 1101101 10001000 0 111001 101110 1 101011101 1100000 1000111

Color Harmonies of #FC6D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D88

Black with #FC6D88

Text Example


Text Example

White with #FC6D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D88; }

 p { color: rgb(252,109,136); }

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

background-color css

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

 a { background-color: rgb(252,109,136); }

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

border-color css

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

 span { border-color: rgb(252,109,136); }

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