Html Css Color HEX #FC6E8F Brink Pink

📋 copy color: '#FC6E8F'

red 252 ◦ green 110 ◦ blue 143

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

Shades of Brink Pink #FC6E8F

Tints of Brink Pink #FC6E8F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.78%

 BLUE value IS 143 (56.25% from 255) = 28.32%

R = 49.9%
G = 21.78%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC6E8F (or 0xFC6E8F) is known color: Brink Pink. HEX triplet: FC, 6E and 8F. RGB value is (252,110,143). Sum of RGB (Red+Green+Blue) = 252+110+143=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6E8F is #039170. Grayscale: #9C9C9C. Windows color (decimal): -233841 or 9400060. OLE color: 9400060.

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

Color convert

RGB 252 110 143 -
CMYK 0 0.56 0.43 0.01
HSL 346.06º 0.96% 0.71% -
HSV(B) 346.06º 0.56% 0.99% -
XYZ 50.68 33.83 29.85 -
YUV 156.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 252 110 143 0 0.56 0.43 0.01 346.06 0.96 0.71
Hex FC 6E 8F 0 38 2B 1 15A 60 47
Octal 374 156 217 0 70 53 1 532 140 107
Binary 11111100 1101110 10001111 0 111000 101011 1 101011010 1100000 1000111

Color Harmonies of #FC6E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E8F

Black with #FC6E8F

Text Example


Text Example

White with #FC6E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E8F; }

 p { color: rgb(252,110,143); }

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

background-color css

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

 a { background-color: rgb(252,110,143); }

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

border-color css

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

 span { border-color: rgb(252,110,143); }

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