Html Css Color HEX #FA86C7 Tea Rose

📋 copy color: '#FA86C7'

red 250 ◦ green 134 ◦ blue 199

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

Shades of Tea Rose #FA86C7

Tints of Tea Rose #FA86C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.13%

R = 42.88%
G = 22.98%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA86C7 (or 0xFA86C7) is known color: Tea Rose. HEX triplet: FA, 86 and C7. RGB value is (250,134,199). Sum of RGB (Red+Green+Blue) = 250+134+199=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86C7 is #057938. Grayscale: #AFAFAF. Windows color (decimal): -358713 or 13076218. OLE color: 13076218.

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

Color convert

RGB 250 134 199 -
CMYK 0 0.46 0.20 0.02
HSL 326.38º 0.92% 0.75% -
HSV(B) 326.38º 0.46% 0.98% -
XYZ 58.26 41.5 58.97 -
YUV 176.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 250 134 199 0 0.46 0.20 0.02 326.38 0.92 0.75
Hex FA 86 C7 0 2E 14 2 146 5C 4B
Octal 372 206 307 0 56 24 2 506 134 113
Binary 11111010 10000110 11000111 0 101110 10100 10 101000110 1011100 1001011

Color Harmonies of #FA86C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86C7

Black with #FA86C7

Text Example


Text Example

White with #FA86C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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