Html Css Color HEX #FC7ECD Tea Rose

📋 copy color: '#FC7ECD'

red 252 ◦ green 126 ◦ blue 205

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

Shades of Tea Rose #FC7ECD

Tints of Tea Rose #FC7ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.16%

R = 43.22%
G = 21.61%
B = 35.16%

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

#FC7ECD (or 0xFC7ECD) is known color: Tea Rose. HEX triplet: FC, 7E and CD. RGB value is (252,126,205). Sum of RGB (Red+Green+Blue) = 252+126+205=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ECD is #038132. Grayscale: #ACACAC. Windows color (decimal): -229683 or 13467388. OLE color: 13467388.

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

Color convert

RGB 252 126 205 -
CMYK 0 0.5 0.19 0.01
HSL 322.38º 0.95% 0.74% -
HSV(B) 322.38º 0.5% 0.99% -
XYZ 58.63 40.02 62.39 -
YUV 172.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 252 126 205 0 0.5 0.19 0.01 322.38 0.95 0.74
Hex FC 7E CD 0 32 13 1 142 5F 4A
Octal 374 176 315 0 62 23 1 502 137 112
Binary 11111100 1111110 11001101 0 110010 10011 1 101000010 1011111 1001010

Color Harmonies of #FC7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7ECD

Black with #FC7ECD

Text Example


Text Example

White with #FC7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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