Html Css Color HEX #FC648C Brink Pink

📋 copy color: '#FC648C'

red 252 ◦ green 100 ◦ blue 140

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

Shades of Brink Pink #FC648C

Tints of Brink Pink #FC648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.33%

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 51.22%
G = 20.33%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC648C (or 0xFC648C) is known color: Brink Pink. HEX triplet: FC, 64 and 8C. RGB value is (252,100,140). Sum of RGB (Red+Green+Blue) = 252+100+140=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC648C is #039B73. Grayscale: #969696. Windows color (decimal): -236404 or 9200892. OLE color: 9200892.

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

Color convert

RGB 252 100 140 -
CMYK 0 0.60 0.44 0.01
HSL 344.21º 0.96% 0.69% -
HSV(B) 344.21º 0.6% 0.99% -
XYZ 49.44 31.7 28.32 -
YUV 150.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 252 100 140 0 0.60 0.44 0.01 344.21 0.96 0.69
Hex FC 64 8C 0 3C 2C 1 158 60 45
Octal 374 144 214 0 74 54 1 530 140 105
Binary 11111100 1100100 10001100 0 111100 101100 1 101011000 1100000 1000101

Color Harmonies of #FC648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC648C

Black with #FC648C

Text Example


Text Example

White with #FC648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC648C; }

 p { color: rgb(252,100,140); }

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

background-color css

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

 a { background-color: rgb(252,100,140); }

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

border-color css

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

 span { border-color: rgb(252,100,140); }

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