Html Css Color HEX #FC84C6 Tea Rose

📋 copy color: '#FC84C6'

red 252 ◦ green 132 ◦ blue 198

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

Shades of Tea Rose #FC84C6

Tints of Tea Rose #FC84C6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.68%

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

R = 43.3%
G = 22.68%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC84C6 (or 0xFC84C6) is known color: Tea Rose. HEX triplet: FC, 84 and C6. RGB value is (252,132,198). Sum of RGB (Red+Green+Blue) = 252+132+198=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84C6 is #037B39. Grayscale: #AFAFAF. Windows color (decimal): -228154 or 13010172. OLE color: 13010172.

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

Color convert

RGB 252 132 198 -
CMYK 0 0.48 0.21 0.01
HSL 327º 0.95% 0.75% -
HSV(B) 327º 0.48% 0.99% -
XYZ 58.59 41.28 58.31 -
YUV 175.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 252 132 198 0 0.48 0.21 0.01 327 0.95 0.75
Hex FC 84 C6 0 30 15 1 147 5F 4B
Octal 374 204 306 0 60 25 1 507 137 113
Binary 11111100 10000100 11000110 0 110000 10101 1 101000111 1011111 1001011

Color Harmonies of #FC84C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC84C6

Black with #FC84C6

Text Example


Text Example

White with #FC84C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC84C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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