Html Css Color HEX #FA84C2 Tea Rose

📋 copy color: '#FA84C2'

red 250 ◦ green 132 ◦ blue 194

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

Shades of Tea Rose #FA84C2

Tints of Tea Rose #FA84C2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.92%

 BLUE value IS 194 (76.17% from 255) = 33.68%

R = 43.4%
G = 22.92%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA84C2 (or 0xFA84C2) is known color: Tea Rose. HEX triplet: FA, 84 and C2. RGB value is (250,132,194). Sum of RGB (Red+Green+Blue) = 250+132+194=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 194 (76.17% from 255 or 33.68% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84C2 is #057B3D. Grayscale: #AEAEAE. Windows color (decimal): -359230 or 12748026. OLE color: 12748026.

HSL color Cylindrical-coordinate representation of color #FA84C2: hue angle of 328.47º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA84C2 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 132 194 -
CMYK 0 0.47 0.22 0.02
HSL 328.47º 0.92% 0.75% -
HSV(B) 328.47º 0.47% 0.98% -
XYZ 57.41 40.72 55.87 -
YUV 174.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 250 132 194 0 0.47 0.22 0.02 328.47 0.92 0.75
Hex FA 84 C2 0 2F 16 2 148 5C 4B
Octal 372 204 302 0 57 26 2 510 134 113
Binary 11111010 10000100 11000010 0 101111 10110 10 101001000 1011100 1001011

Color Harmonies of #FA84C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84C2

Black with #FA84C2

Text Example


Text Example

White with #FA84C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84C2; }

 p { color: rgb(250,132,194); }

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

background-color css

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

 a { background-color: rgb(250,132,194); }

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

border-color css

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

 span { border-color: rgb(250,132,194); }

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