Html Css Color HEX #FC6996 Brink Pink

📋 copy color: '#FC6996'

red 252 ◦ green 105 ◦ blue 150

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

Shades of Brink Pink #FC6996

Tints of Brink Pink #FC6996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.71%

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 49.7%
G = 20.71%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC6996 (or 0xFC6996) is known color: Brink Pink. HEX triplet: FC, 69 and 96. RGB value is (252,105,150). Sum of RGB (Red+Green+Blue) = 252+105+150=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6996 is #039669. Grayscale: #9A9A9A. Windows color (decimal): -235114 or 9857532. OLE color: 9857532.

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

Color convert

RGB 252 105 150 -
CMYK 0 0.58 0.40 0.01
HSL 341.63º 0.96% 0.7% -
HSV(B) 341.63º 0.58% 0.99% -
XYZ 50.7 33 32.55 -
YUV 154.08 125.7 197.84 -
System Red Green Blue C M Y K H S L
Decimal 252 105 150 0 0.58 0.40 0.01 341.63 0.96 0.7
Hex FC 69 96 0 3A 28 1 156 60 46
Octal 374 151 226 0 72 50 1 526 140 106
Binary 11111100 1101001 10010110 0 111010 101000 1 101010110 1100000 1000110

Color Harmonies of #FC6996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6996

Black with #FC6996

Text Example


Text Example

White with #FC6996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6996; }

 p { color: rgb(252,105,150); }

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

background-color css

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

 a { background-color: rgb(252,105,150); }

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

border-color css

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

 span { border-color: rgb(252,105,150); }

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