Html Css Color HEX #FA86CA Tea Rose

📋 copy color: '#FA86CA'

red 250 ◦ green 134 ◦ blue 202

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

Shades of Tea Rose #FA86CA

Tints of Tea Rose #FA86CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 42.66%
G = 22.87%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA86CA (or 0xFA86CA) is known color: Tea Rose. HEX triplet: FA, 86 and CA. RGB value is (250,134,202). Sum of RGB (Red+Green+Blue) = 250+134+202=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86CA is #057935. Grayscale: #B0B0B0. Windows color (decimal): -358710 or 13272826. OLE color: 13272826.

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

Color convert

RGB 250 134 202 -
CMYK 0 0.46 0.19 0.02
HSL 324.83º 0.92% 0.75% -
HSV(B) 324.83º 0.46% 0.98% -
XYZ 58.61 41.64 60.83 -
YUV 176.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 250 134 202 0 0.46 0.19 0.02 324.83 0.92 0.75
Hex FA 86 CA 0 2E 13 2 145 5C 4B
Octal 372 206 312 0 56 23 2 505 134 113
Binary 11111010 10000110 11001010 0 101110 10011 10 101000101 1011100 1001011

Color Harmonies of #FA86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86CA

Black with #FA86CA

Text Example


Text Example

White with #FA86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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