Html Css Color HEX #FC6684 Brink Pink

📋 copy color: '#FC6684'

red 252 ◦ green 102 ◦ blue 132

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

Shades of Brink Pink #FC6684

Tints of Brink Pink #FC6684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.99%

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 51.85%
G = 20.99%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC6684 (or 0xFC6684) is known color: Brink Pink. HEX triplet: FC, 66 and 84. RGB value is (252,102,132). Sum of RGB (Red+Green+Blue) = 252+102+132=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6684 is #03997B. Grayscale: #969696. Windows color (decimal): -235900 or 8677116. OLE color: 8677116.

HSL color Cylindrical-coordinate representation of color #FC6684: hue angle of 348º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6684 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 132 -
CMYK 0 0.60 0.48 0.01
HSL 348º 0.96% 0.69% -
HSV(B) 348º 0.6% 0.99% -
XYZ 49.06 31.86 25.39 -
YUV 150.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 252 102 132 0 0.60 0.48 0.01 348 0.96 0.69
Hex FC 66 84 0 3C 30 1 15C 60 45
Octal 374 146 204 0 74 60 1 534 140 105
Binary 11111100 1100110 10000100 0 111100 110000 1 101011100 1100000 1000101

Color Harmonies of #FC6684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6684

Black with #FC6684

Text Example


Text Example

White with #FC6684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6684; }

 p { color: rgb(252,102,132); }

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

background-color css

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

 a { background-color: rgb(252,102,132); }

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

border-color css

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

 span { border-color: rgb(252,102,132); }

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