Html Css Color HEX #FC7ECC Tea Rose

📋 copy color: '#FC7ECC'

red 252 ◦ green 126 ◦ blue 204

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

Shades of Tea Rose #FC7ECC

Tints of Tea Rose #FC7ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.65%

 BLUE value IS 204 (80.08% from 255) = 35.05%

R = 43.3%
G = 21.65%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC7ECC (or 0xFC7ECC) is known color: Tea Rose. HEX triplet: FC, 7E and CC. RGB value is (252,126,204). Sum of RGB (Red+Green+Blue) = 252+126+204=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ECC is #038133. Grayscale: #ACACAC. Windows color (decimal): -229684 or 13401852. OLE color: 13401852.

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

Color convert

RGB 252 126 204 -
CMYK 0 0.5 0.19 0.01
HSL 322.86º 0.95% 0.74% -
HSV(B) 322.86º 0.5% 0.99% -
XYZ 58.5 39.98 61.76 -
YUV 172.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 252 126 204 0 0.5 0.19 0.01 322.86 0.95 0.74
Hex FC 7E CC 0 32 13 1 143 5F 4A
Octal 374 176 314 0 62 23 1 503 137 112
Binary 11111100 1111110 11001100 0 110010 10011 1 101000011 1011111 1001010

Color Harmonies of #FC7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7ECC

Black with #FC7ECC

Text Example


Text Example

White with #FC7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7ECC; }

 p { color: rgb(252,126,204); }

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

background-color css

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

 a { background-color: rgb(252,126,204); }

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

border-color css

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

 span { border-color: rgb(252,126,204); }

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