Html Css Color HEX #FA86C6 Tea Rose

📋 copy color: '#FA86C6'

red 250 ◦ green 134 ◦ blue 198

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

Shades of Tea Rose #FA86C6

Tints of Tea Rose #FA86C6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.02%

 BLUE value IS 198 (77.73% from 255) = 34.02%

R = 42.96%
G = 23.02%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA86C6 (or 0xFA86C6) is known color: Tea Rose. HEX triplet: FA, 86 and C6. RGB value is (250,134,198). Sum of RGB (Red+Green+Blue) = 250+134+198=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86C6 is #057939. Grayscale: #AFAFAF. Windows color (decimal): -358714 or 13010682. OLE color: 13010682.

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

Color convert

RGB 250 134 198 -
CMYK 0 0.46 0.21 0.02
HSL 326.9º 0.92% 0.75% -
HSV(B) 326.9º 0.46% 0.98% -
XYZ 58.14 41.45 58.36 -
YUV 175.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 250 134 198 0 0.46 0.21 0.02 326.9 0.92 0.75
Hex FA 86 C6 0 2E 15 2 147 5C 4B
Octal 372 206 306 0 56 25 2 507 134 113
Binary 11111010 10000110 11000110 0 101110 10101 10 101000111 1011100 1001011

Color Harmonies of #FA86C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86C6

Black with #FA86C6

Text Example


Text Example

White with #FA86C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86C6; }

 p { color: rgb(250,134,198); }

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

background-color css

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

 a { background-color: rgb(250,134,198); }

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

border-color css

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

 span { border-color: rgb(250,134,198); }

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