Html Css Color HEX #FC87C2 Tea Rose

📋 copy color: '#FC87C2'

red 252 ◦ green 135 ◦ blue 194

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

Shades of Tea Rose #FC87C2

Tints of Tea Rose #FC87C2

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.24%

 BLUE value IS 194 (76.17% from 255) = 33.39%

R = 43.37%
G = 23.24%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC87C2 (or 0xFC87C2) is known color: Tea Rose. HEX triplet: FC, 87 and C2. RGB value is (252,135,194). Sum of RGB (Red+Green+Blue) = 252+135+194=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87C2 is #03783D. Grayscale: #B0B0B0. Windows color (decimal): -227390 or 12748796. OLE color: 12748796.

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

Color convert

RGB 252 135 194 -
CMYK 0 0.46 0.23 0.01
HSL 329.74º 0.95% 0.76% -
HSV(B) 329.74º 0.46% 0.99% -
XYZ 58.55 41.92 56.04 -
YUV 176.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 252 135 194 0 0.46 0.23 0.01 329.74 0.95 0.76
Hex FC 87 C2 0 2E 17 1 14A 5F 4C
Octal 374 207 302 0 56 27 1 512 137 114
Binary 11111100 10000111 11000010 0 101110 10111 1 101001010 1011111 1001100

Color Harmonies of #FC87C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC87C2

Black with #FC87C2

Text Example


Text Example

White with #FC87C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC87C2; }

 p { color: rgb(252,135,194); }

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

background-color css

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

 a { background-color: rgb(252,135,194); }

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

border-color css

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

 span { border-color: rgb(252,135,194); }

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