Html Css Color HEX #FC6881 Brink Pink

📋 copy color: '#FC6881'

red 252 ◦ green 104 ◦ blue 129

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

Shades of Brink Pink #FC6881

Tints of Brink Pink #FC6881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.44%

 BLUE value IS 129 (50.78% from 255) = 26.6%

R = 51.96%
G = 21.44%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC6881 (or 0xFC6881) is known color: Brink Pink. HEX triplet: FC, 68 and 81. RGB value is (252,104,129). Sum of RGB (Red+Green+Blue) = 252+104+129=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6881 is #03977E. Grayscale: #979797. Windows color (decimal): -235391 or 8481020. OLE color: 8481020.

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

Color convert

RGB 252 104 129 -
CMYK 0 0.59 0.49 0.01
HSL 349.86º 0.96% 0.7% -
HSV(B) 349.86º 0.59% 0.99% -
XYZ 49.06 32.18 24.39 -
YUV 151.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 252 104 129 0 0.59 0.49 0.01 349.86 0.96 0.7
Hex FC 68 81 0 3B 31 1 15E 60 46
Octal 374 150 201 0 73 61 1 536 140 106
Binary 11111100 1101000 10000001 0 111011 110001 1 101011110 1100000 1000110

Color Harmonies of #FC6881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6881

Black with #FC6881

Text Example


Text Example

White with #FC6881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6881; }

 p { color: rgb(252,104,129); }

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

background-color css

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

 a { background-color: rgb(252,104,129); }

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

border-color css

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

 span { border-color: rgb(252,104,129); }

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