Html Css Color HEX #FA84CC Tea Rose

📋 copy color: '#FA84CC'

red 250 ◦ green 132 ◦ blue 204

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

Shades of Tea Rose #FA84CC

Tints of Tea Rose #FA84CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 42.66%
G = 22.53%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA84CC (or 0xFA84CC) is known color: Tea Rose. HEX triplet: FA, 84 and CC. RGB value is (250,132,204). Sum of RGB (Red+Green+Blue) = 250+132+204=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84CC is #057B33. Grayscale: #AFAFAF. Windows color (decimal): -359220 or 13403386. OLE color: 13403386.

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

Color convert

RGB 250 132 204 -
CMYK 0 0.47 0.18 0.02
HSL 323.39º 0.92% 0.75% -
HSV(B) 323.39º 0.47% 0.98% -
XYZ 58.57 41.19 61.99 -
YUV 175.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 250 132 204 0 0.47 0.18 0.02 323.39 0.92 0.75
Hex FA 84 CC 0 2F 12 2 143 5C 4B
Octal 372 204 314 0 57 22 2 503 134 113
Binary 11111010 10000100 11001100 0 101111 10010 10 101000011 1011100 1001011

Color Harmonies of #FA84CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84CC

Black with #FA84CC

Text Example


Text Example

White with #FA84CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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