Html Css Color HEX #FA87D1 Tea Rose

📋 copy color: '#FA87D1'

red 250 ◦ green 135 ◦ blue 209

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

Shades of Tea Rose #FA87D1

Tints of Tea Rose #FA87D1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.73%

 BLUE value IS 209 (82.03% from 255) = 35.19%

R = 42.09%
G = 22.73%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA87D1 (or 0xFA87D1) is known color: Tea Rose. HEX triplet: FA, 87 and D1. RGB value is (250,135,209). Sum of RGB (Red+Green+Blue) = 250+135+209=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87D1 is #05782E. Grayscale: #B1B1B1. Windows color (decimal): -358447 or 13731834. OLE color: 13731834.

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

Color convert

RGB 250 135 209 -
CMYK 0 0.46 0.16 0.02
HSL 321.39º 0.92% 0.75% -
HSV(B) 321.39º 0.46% 0.98% -
XYZ 59.6 42.26 65.34 -
YUV 177.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 250 135 209 0 0.46 0.16 0.02 321.39 0.92 0.75
Hex FA 87 D1 0 2E 10 2 141 5C 4B
Octal 372 207 321 0 56 20 2 501 134 113
Binary 11111010 10000111 11010001 0 101110 10000 10 101000001 1011100 1001011

Color Harmonies of #FA87D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87D1

Black with #FA87D1

Text Example


Text Example

White with #FA87D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87D1; }

 p { color: rgb(250,135,209); }

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

background-color css

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

 a { background-color: rgb(250,135,209); }

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

border-color css

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

 span { border-color: rgb(250,135,209); }

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