Html Css Color HEX #FA7CCA Tea Rose

📋 copy color: '#FA7CCA'

red 250 ◦ green 124 ◦ blue 202

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

Shades of Tea Rose #FA7CCA

Tints of Tea Rose #FA7CCA

RGB

 RED value IS 250 (98.05% from 255) = 43.4%

 GREEN value IS 124 (48.83% from 255) = 21.53%

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 43.4%
G = 21.53%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA7CCA (or 0xFA7CCA) is known color: Tea Rose. HEX triplet: FA, 7C and CA. RGB value is (250,124,202). Sum of RGB (Red+Green+Blue) = 250+124+202=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CCA is #058335. Grayscale: #AAAAAA. Windows color (decimal): -361270 or 13270266. OLE color: 13270266.

HSL color Cylindrical-coordinate representation of color #FA7CCA: hue angle of 322.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CCA is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 124 202 -
CMYK 0 0.50 0.19 0.02
HSL 322.86º 0.93% 0.73% -
HSV(B) 322.86º 0.5% 0.98% -
XYZ 57.29 39 60.39 -
YUV 170.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 250 124 202 0 0.50 0.19 0.02 322.86 0.93 0.73
Hex FA 7C CA 0 32 13 2 143 5D 49
Octal 372 174 312 0 62 23 2 503 135 111
Binary 11111010 1111100 11001010 0 110010 10011 10 101000011 1011101 1001001

Color Harmonies of #FA7CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CCA

Black with #FA7CCA

Text Example


Text Example

White with #FA7CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CCA; }

 p { color: rgb(250,124,202); }

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

background-color css

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

 a { background-color: rgb(250,124,202); }

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

border-color css

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

 span { border-color: rgb(250,124,202); }

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