Html Css Color HEX #FC86C6 Tea Rose

📋 copy color: '#FC86C6'

red 252 ◦ green 134 ◦ blue 198

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

Shades of Tea Rose #FC86C6

Tints of Tea Rose #FC86C6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.95%

 BLUE value IS 198 (77.73% from 255) = 33.9%

R = 43.15%
G = 22.95%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC86C6 (or 0xFC86C6) is known color: Tea Rose. HEX triplet: FC, 86 and C6. RGB value is (252,134,198). Sum of RGB (Red+Green+Blue) = 252+134+198=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86C6 is #037939. Grayscale: #B0B0B0. Windows color (decimal): -227642 or 13010684. OLE color: 13010684.

HSL color Cylindrical-coordinate representation of color #FC86C6: hue angle of 327.46º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC86C6 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 198 -
CMYK 0 0.47 0.21 0.01
HSL 327.46º 0.95% 0.76% -
HSV(B) 327.46º 0.47% 0.99% -
XYZ 58.86 41.82 58.4 -
YUV 176.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 252 134 198 0 0.47 0.21 0.01 327.46 0.95 0.76
Hex FC 86 C6 0 2F 15 1 147 5F 4C
Octal 374 206 306 0 57 25 1 507 137 114
Binary 11111100 10000110 11000110 0 101111 10101 1 101000111 1011111 1001100

Color Harmonies of #FC86C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86C6

Black with #FC86C6

Text Example


Text Example

White with #FC86C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86C6; }

 p { color: rgb(252,134,198); }

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

background-color css

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

 a { background-color: rgb(252,134,198); }

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

border-color css

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

 span { border-color: rgb(252,134,198); }

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