Html Css Color HEX #FC6683 Brink Pink

📋 copy color: '#FC6683'

red 252 ◦ green 102 ◦ blue 131

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

Shades of Brink Pink #FC6683

Tints of Brink Pink #FC6683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.01%

R = 51.96%
G = 21.03%
B = 27.01%

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

#FC6683 (or 0xFC6683) is known color: Brink Pink. HEX triplet: FC, 66 and 83. RGB value is (252,102,131). Sum of RGB (Red+Green+Blue) = 252+102+131=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6683 is #03997C. Grayscale: #969696. Windows color (decimal): -235901 or 8611580. OLE color: 8611580.

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

Color convert

RGB 252 102 131 -
CMYK 0 0.60 0.48 0.01
HSL 348.4º 0.96% 0.69% -
HSV(B) 348.4º 0.6% 0.99% -
XYZ 48.99 31.84 25.04 -
YUV 150.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 252 102 131 0 0.60 0.48 0.01 348.4 0.96 0.69
Hex FC 66 83 0 3C 30 1 15C 60 45
Octal 374 146 203 0 74 60 1 534 140 105
Binary 11111100 1100110 10000011 0 111100 110000 1 101011100 1100000 1000101

Color Harmonies of #FC6683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6683

Black with #FC6683

Text Example


Text Example

White with #FC6683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6683; }

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

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

background-color css

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

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

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

border-color css

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

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

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