Html Css Color HEX #FC668D Brink Pink

📋 copy color: '#FC668D'

red 252 ◦ green 102 ◦ blue 141

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

Shades of Brink Pink #FC668D

Tints of Brink Pink #FC668D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 50.91%
G = 20.61%
B = 28.48%

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

#FC668D (or 0xFC668D) is known color: Brink Pink. HEX triplet: FC, 66 and 8D. RGB value is (252,102,141). Sum of RGB (Red+Green+Blue) = 252+102+141=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC668D is #039972. Grayscale: #979797. Windows color (decimal): -235891 or 9266940. OLE color: 9266940.

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

Color convert

RGB 252 102 141 -
CMYK 0 0.60 0.44 0.01
HSL 344.4º 0.96% 0.69% -
HSV(B) 344.4º 0.6% 0.99% -
XYZ 49.7 32.12 28.78 -
YUV 151.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 252 102 141 0 0.60 0.44 0.01 344.4 0.96 0.69
Hex FC 66 8D 0 3C 2C 1 158 60 45
Octal 374 146 215 0 74 54 1 530 140 105
Binary 11111100 1100110 10001101 0 111100 101100 1 101011000 1100000 1000101

Color Harmonies of #FC668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC668D

Black with #FC668D

Text Example


Text Example

White with #FC668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC668D; }

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

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

background-color css

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

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

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

border-color css

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

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

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