Html Css Color HEX #FC7FCF Tea Rose

📋 copy color: '#FC7FCF'

red 252 ◦ green 127 ◦ blue 207

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

Shades of Tea Rose #FC7FCF

Tints of Tea Rose #FC7FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.32%

R = 43%
G = 21.67%
B = 35.32%

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

#FC7FCF (or 0xFC7FCF) is known color: Tea Rose. HEX triplet: FC, 7F and CF. RGB value is (252,127,207). Sum of RGB (Red+Green+Blue) = 252+127+207=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FCF is #038030. Grayscale: #ADADAD. Windows color (decimal): -229425 or 13598716. OLE color: 13598716.

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

Color convert

RGB 252 127 207 -
CMYK 0 0.50 0.18 0.01
HSL 321.6º 0.95% 0.74% -
HSV(B) 321.6º 0.5% 0.99% -
XYZ 59 40.38 63.72 -
YUV 173.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 252 127 207 0 0.50 0.18 0.01 321.6 0.95 0.74
Hex FC 7F CF 0 32 12 1 142 5F 4A
Octal 374 177 317 0 62 22 1 502 137 112
Binary 11111100 1111111 11001111 0 110010 10010 1 101000010 1011111 1001010

Color Harmonies of #FC7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FCF

Black with #FC7FCF

Text Example


Text Example

White with #FC7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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