Html Css Color HEX #FC7FCE Tea Rose

📋 copy color: '#FC7FCE'

red 252 ◦ green 127 ◦ blue 206

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

Shades of Tea Rose #FC7FCE

Tints of Tea Rose #FC7FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 43.08%
G = 21.71%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC7FCE (or 0xFC7FCE) is known color: Tea Rose. HEX triplet: FC, 7F and CE. RGB value is (252,127,206). Sum of RGB (Red+Green+Blue) = 252+127+206=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FCE is #038031. Grayscale: #ADADAD. Windows color (decimal): -229426 or 13533180. OLE color: 13533180.

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

Color convert

RGB 252 127 206 -
CMYK 0 0.50 0.18 0.01
HSL 322.08º 0.95% 0.74% -
HSV(B) 322.08º 0.5% 0.99% -
XYZ 58.87 40.33 63.07 -
YUV 173.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 252 127 206 0 0.50 0.18 0.01 322.08 0.95 0.74
Hex FC 7F CE 0 32 12 1 142 5F 4A
Octal 374 177 316 0 62 22 1 502 137 112
Binary 11111100 1111111 11001110 0 110010 10010 1 101000010 1011111 1001010

Color Harmonies of #FC7FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FCE

Black with #FC7FCE

Text Example


Text Example

White with #FC7FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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