Html Css Color HEX #FC668E Brink Pink

📋 copy color: '#FC668E'

red 252 ◦ green 102 ◦ blue 142

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

Shades of Brink Pink #FC668E

Tints of Brink Pink #FC668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.63%

R = 50.81%
G = 20.56%
B = 28.63%

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

#FC668E (or 0xFC668E) is known color: Brink Pink. HEX triplet: FC, 66 and 8E. RGB value is (252,102,142). Sum of RGB (Red+Green+Blue) = 252+102+142=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC668E is #039971. Grayscale: #979797. Windows color (decimal): -235890 or 9332476. OLE color: 9332476.

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

Color convert

RGB 252 102 142 -
CMYK 0 0.60 0.44 0.01
HSL 344º 0.96% 0.69% -
HSV(B) 344º 0.6% 0.99% -
XYZ 49.78 32.15 29.17 -
YUV 151.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 252 102 142 0 0.60 0.44 0.01 344 0.96 0.69
Hex FC 66 8E 0 3C 2C 1 158 60 45
Octal 374 146 216 0 74 54 1 530 140 105
Binary 11111100 1100110 10001110 0 111100 101100 1 101011000 1100000 1000101

Color Harmonies of #FC668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC668E

Black with #FC668E

Text Example


Text Example

White with #FC668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC668E; }

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

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

background-color css

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

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

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

border-color css

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

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

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