Html Css Color HEX #FC8EC2 Tea Rose

📋 copy color: '#FC8EC2'

red 252 ◦ green 142 ◦ blue 194

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

Shades of Tea Rose #FC8EC2

Tints of Tea Rose #FC8EC2

RGB

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

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

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

R = 42.86%
G = 24.15%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC8EC2 (or 0xFC8EC2) is known color: Tea Rose. HEX triplet: FC, 8E and C2. RGB value is (252,142,194). Sum of RGB (Red+Green+Blue) = 252+142+194=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EC2 is #03713D. Grayscale: #B4B4B4. Windows color (decimal): -225598 or 12750588. OLE color: 12750588.

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

Color convert

RGB 252 142 194 -
CMYK 0 0.44 0.23 0.01
HSL 331.64º 0.95% 0.77% -
HSV(B) 331.64º 0.44% 0.99% -
XYZ 59.56 43.94 56.38 -
YUV 180.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 252 142 194 0 0.44 0.23 0.01 331.64 0.95 0.77
Hex FC 8E C2 0 2C 17 1 14C 5F 4D
Octal 374 216 302 0 54 27 1 514 137 115
Binary 11111100 10001110 11000010 0 101100 10111 1 101001100 1011111 1001101

Color Harmonies of #FC8EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8EC2

Black with #FC8EC2

Text Example


Text Example

White with #FC8EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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