Html Css Color HEX #FC7FCC Tea Rose

📋 copy color: '#FC7FCC'

red 252 ◦ green 127 ◦ blue 204

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

Shades of Tea Rose #FC7FCC

Tints of Tea Rose #FC7FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.78%

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

R = 43.22%
G = 21.78%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC7FCC (or 0xFC7FCC) is known color: Tea Rose. HEX triplet: FC, 7F and CC. RGB value is (252,127,204). Sum of RGB (Red+Green+Blue) = 252+127+204=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FCC is #038033. Grayscale: #ACACAC. Windows color (decimal): -229428 or 13402108. OLE color: 13402108.

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

Color convert

RGB 252 127 204 -
CMYK 0 0.50 0.19 0.01
HSL 323.04º 0.95% 0.74% -
HSV(B) 323.04º 0.5% 0.99% -
XYZ 58.63 40.23 61.8 -
YUV 173.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 252 127 204 0 0.50 0.19 0.01 323.04 0.95 0.74
Hex FC 7F CC 0 32 13 1 143 5F 4A
Octal 374 177 314 0 62 23 1 503 137 112
Binary 11111100 1111111 11001100 0 110010 10011 1 101000011 1011111 1001010

Color Harmonies of #FC7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FCC

Black with #FC7FCC

Text Example


Text Example

White with #FC7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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