Html Css Color HEX #FC84CE Tea Rose

📋 copy color: '#FC84CE'

red 252 ◦ green 132 ◦ blue 206

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

Shades of Tea Rose #FC84CE

Tints of Tea Rose #FC84CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 42.71%
G = 22.37%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC84CE (or 0xFC84CE) is known color: Tea Rose. HEX triplet: FC, 84 and CE. RGB value is (252,132,206). Sum of RGB (Red+Green+Blue) = 252+132+206=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84CE is #037B31. Grayscale: #B0B0B0. Windows color (decimal): -228146 or 13534460. OLE color: 13534460.

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

Color convert

RGB 252 132 206 -
CMYK 0 0.48 0.18 0.01
HSL 323º 0.95% 0.75% -
HSV(B) 323º 0.48% 0.99% -
XYZ 59.54 41.65 63.29 -
YUV 176.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 252 132 206 0 0.48 0.18 0.01 323 0.95 0.75
Hex FC 84 CE 0 30 12 1 143 5F 4B
Octal 374 204 316 0 60 22 1 503 137 113
Binary 11111100 10000100 11001110 0 110000 10010 1 101000011 1011111 1001011

Color Harmonies of #FC84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC84CE

Black with #FC84CE

Text Example


Text Example

White with #FC84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC84CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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