Html Css Color HEX #FA84C8 Tea Rose

📋 copy color: '#FA84C8'

red 250 ◦ green 132 ◦ blue 200

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

Shades of Tea Rose #FA84C8

Tints of Tea Rose #FA84C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.36%

R = 42.96%
G = 22.68%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FA84C8 (or 0xFA84C8) is known color: Tea Rose. HEX triplet: FA, 84 and C8. RGB value is (250,132,200). Sum of RGB (Red+Green+Blue) = 250+132+200=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84C8 is #057B37. Grayscale: #AEAEAE. Windows color (decimal): -359224 or 13141242. OLE color: 13141242.

HSL color Cylindrical-coordinate representation of color #FA84C8: hue angle of 325.42º 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 #FA84C8 is Cyan = 0, Magento = 0.47, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 132 200 -
CMYK 0 0.47 0.2 0.02
HSL 325.42º 0.92% 0.75% -
HSV(B) 325.42º 0.47% 0.98% -
XYZ 58.1 41 59.49 -
YUV 175.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 250 132 200 0 0.47 0.2 0.02 325.42 0.92 0.75
Hex FA 84 C8 0 2F 14 2 145 5C 4B
Octal 372 204 310 0 57 24 2 505 134 113
Binary 11111010 10000100 11001000 0 101111 10100 10 101000101 1011100 1001011

Color Harmonies of #FA84C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84C8

Black with #FA84C8

Text Example


Text Example

White with #FA84C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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