Html Css Color HEX #FC667E Brink Pink

📋 copy color: '#FC667E'

red 252 ◦ green 102 ◦ blue 126

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

Shades of Brink Pink #FC667E

Tints of Brink Pink #FC667E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.25%

R = 52.5%
G = 21.25%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC667E (or 0xFC667E) is known color: Brink Pink. HEX triplet: FC, 66 and 7E. RGB value is (252,102,126). Sum of RGB (Red+Green+Blue) = 252+102+126=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC667E is #039981. Grayscale: #959595. Windows color (decimal): -235906 or 8283900. OLE color: 8283900.

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

Color convert

RGB 252 102 126 -
CMYK 0 0.60 0.5 0.01
HSL 350.4º 0.96% 0.69% -
HSV(B) 350.4º 0.6% 0.99% -
XYZ 48.66 31.7 23.29 -
YUV 149.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 252 102 126 0 0.60 0.5 0.01 350.4 0.96 0.69
Hex FC 66 7E 0 3C 32 1 15E 60 45
Octal 374 146 176 0 74 62 1 536 140 105
Binary 11111100 1100110 1111110 0 111100 110010 1 101011110 1100000 1000101

Color Harmonies of #FC667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC667E

Black with #FC667E

Text Example


Text Example

White with #FC667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC667E; }

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

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

background-color css

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

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

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

border-color css

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

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

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