Html Css Color HEX #FC86C7 Tea Rose

📋 copy color: '#FC86C7'

red 252 ◦ green 134 ◦ blue 199

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

Shades of Tea Rose #FC86C7

Tints of Tea Rose #FC86C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.02%

R = 43.08%
G = 22.91%
B = 34.02%

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

#FC86C7 (or 0xFC86C7) is known color: Tea Rose. HEX triplet: FC, 86 and C7. RGB value is (252,134,199). Sum of RGB (Red+Green+Blue) = 252+134+199=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86C7 is #037938. Grayscale: #B0B0B0. Windows color (decimal): -227641 or 13076220. OLE color: 13076220.

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

Color convert

RGB 252 134 199 -
CMYK 0 0.47 0.21 0.01
HSL 326.95º 0.95% 0.76% -
HSV(B) 326.95º 0.47% 0.99% -
XYZ 58.98 41.87 59.01 -
YUV 176.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 252 134 199 0 0.47 0.21 0.01 326.95 0.95 0.76
Hex FC 86 C7 0 2F 15 1 147 5F 4C
Octal 374 206 307 0 57 25 1 507 137 114
Binary 11111100 10000110 11000111 0 101111 10101 1 101000111 1011111 1001100

Color Harmonies of #FC86C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86C7

Black with #FC86C7

Text Example


Text Example

White with #FC86C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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