Html Css Color HEX #FF87BF Tea Rose

📋 copy color: '#FF87BF'

red 255 ◦ green 135 ◦ blue 191

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

Shades of Tea Rose #FF87BF

Tints of Tea Rose #FF87BF

RGB

 RED value IS 255 (100% from 255) = 43.89%

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

 BLUE value IS 191 (75% from 255) = 32.87%

R = 43.89%
G = 23.24%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF87BF (or 0xFF87BF) is known color: Tea Rose. HEX triplet: FF, 87 and BF. RGB value is (255,135,191). Sum of RGB (Red+Green+Blue) = 255+135+191=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87BF is #007840. Grayscale: #B1B1B1. Windows color (decimal): -30785 or 12552191. OLE color: 12552191.

HSL color Cylindrical-coordinate representation of color #FF87BF: hue angle of 332º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF87BF is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 135 191 -
CMYK 0 0.47 0.25 0
HSL 332º 1% 0.76% -
HSV(B) 332º 0.47% 1% -
XYZ 59.31 42.35 54.34 -
YUV 177.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 255 135 191 0 0.47 0.25 0 332 1 0.76
Hex FF 87 BF 0 2F 19 0 14C 64 4C
Octal 377 207 277 0 57 31 0 514 144 114
Binary 11111111 10000111 10111111 0 101111 11001 0 101001100 1100100 1001100

Color Harmonies of #FF87BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF87BF

Black with #FF87BF

Text Example


Text Example

White with #FF87BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF87BF; }

 p { color: rgb(255,135,191); }

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

background-color css

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

 a { background-color: rgb(255,135,191); }

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

border-color css

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

 span { border-color: rgb(255,135,191); }

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