Html Css Color HEX #FC8EC5 Tea Rose

📋 copy color: '#FC8EC5'

red 252 ◦ green 142 ◦ blue 197

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

Shades of Tea Rose #FC8EC5

Tints of Tea Rose #FC8EC5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.03%

 BLUE value IS 197 (77.34% from 255) = 33.33%

R = 42.64%
G = 24.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC8EC5 (or 0xFC8EC5) is known color: Tea Rose. HEX triplet: FC, 8E and C5. RGB value is (252,142,197). Sum of RGB (Red+Green+Blue) = 252+142+197=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EC5 is #03713A. Grayscale: #B5B5B5. Windows color (decimal): -225595 or 12947196. OLE color: 12947196.

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

Color convert

RGB 252 142 197 -
CMYK 0 0.44 0.22 0.01
HSL 330º 0.95% 0.77% -
HSV(B) 330º 0.44% 0.99% -
XYZ 59.9 44.07 58.17 -
YUV 181.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 252 142 197 0 0.44 0.22 0.01 330 0.95 0.77
Hex FC 8E C5 0 2C 16 1 14A 5F 4D
Octal 374 216 305 0 54 26 1 512 137 115
Binary 11111100 10001110 11000101 0 101100 10110 1 101001010 1011111 1001101

Color Harmonies of #FC8EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8EC5

Black with #FC8EC5

Text Example


Text Example

White with #FC8EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8EC5; }

 p { color: rgb(252,142,197); }

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

background-color css

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

 a { background-color: rgb(252,142,197); }

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

border-color css

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

 span { border-color: rgb(252,142,197); }

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