Html Css Color HEX #FC86D1 Tea Rose

📋 copy color: '#FC86D1'

red 252 ◦ green 134 ◦ blue 209

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

Shades of Tea Rose #FC86D1

Tints of Tea Rose #FC86D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.13%

R = 42.35%
G = 22.52%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC86D1 (or 0xFC86D1) is known color: Tea Rose. HEX triplet: FC, 86 and D1. RGB value is (252,134,209). Sum of RGB (Red+Green+Blue) = 252+134+209=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86D1 is #03792E. Grayscale: #B1B1B1. Windows color (decimal): -227631 or 13731580. OLE color: 13731580.

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

Color convert

RGB 252 134 209 -
CMYK 0 0.47 0.17 0.01
HSL 321.86º 0.95% 0.76% -
HSV(B) 321.86º 0.47% 0.99% -
XYZ 60.18 42.35 65.32 -
YUV 177.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 252 134 209 0 0.47 0.17 0.01 321.86 0.95 0.76
Hex FC 86 D1 0 2F 11 1 142 5F 4C
Octal 374 206 321 0 57 21 1 502 137 114
Binary 11111100 10000110 11010001 0 101111 10001 1 101000010 1011111 1001100

Color Harmonies of #FC86D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC86D1

Black with #FC86D1

Text Example


Text Example

White with #FC86D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC86D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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