Html Css Color HEX #FC7BC5 Tea Rose

📋 copy color: '#FC7BC5'

red 252 ◦ green 123 ◦ blue 197

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

Shades of Tea Rose #FC7BC5

Tints of Tea Rose #FC7BC5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.5%

 BLUE value IS 197 (77.34% from 255) = 34.44%

R = 44.06%
G = 21.5%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC7BC5 (or 0xFC7BC5) is known color: Tea Rose. HEX triplet: FC, 7B and C5. RGB value is (252,123,197). Sum of RGB (Red+Green+Blue) = 252+123+197=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 123 (48.44% from 255 or 21.50% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BC5 is #03843A. Grayscale: #A9A9A9. Windows color (decimal): -230459 or 12942332. OLE color: 12942332.

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

Color convert

RGB 252 123 197 -
CMYK 0 0.51 0.22 0.01
HSL 325.58º 0.96% 0.74% -
HSV(B) 325.58º 0.51% 0.99% -
XYZ 57.31 38.89 57.31 -
YUV 170.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 252 123 197 0 0.51 0.22 0.01 325.58 0.96 0.74
Hex FC 7B C5 0 33 16 1 146 60 4A
Octal 374 173 305 0 63 26 1 506 140 112
Binary 11111100 1111011 11000101 0 110011 10110 1 101000110 1100000 1001010

Color Harmonies of #FC7BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BC5

Black with #FC7BC5

Text Example


Text Example

White with #FC7BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BC5; }

 p { color: rgb(252,123,197); }

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

background-color css

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

 a { background-color: rgb(252,123,197); }

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

border-color css

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

 span { border-color: rgb(252,123,197); }

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