Html Css Color HEX #FA87CF Tea Rose

📋 copy color: '#FA87CF'

red 250 ◦ green 135 ◦ blue 207

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

Shades of Tea Rose #FA87CF

Tints of Tea Rose #FA87CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.97%

R = 42.23%
G = 22.8%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA87CF (or 0xFA87CF) is known color: Tea Rose. HEX triplet: FA, 87 and CF. RGB value is (250,135,207). Sum of RGB (Red+Green+Blue) = 250+135+207=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87CF is #057830. Grayscale: #B1B1B1. Windows color (decimal): -358449 or 13600762. OLE color: 13600762.

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

Color convert

RGB 250 135 207 -
CMYK 0 0.46 0.17 0.02
HSL 322.43º 0.92% 0.75% -
HSV(B) 322.43º 0.46% 0.98% -
XYZ 59.35 42.16 64.04 -
YUV 177.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 250 135 207 0 0.46 0.17 0.02 322.43 0.92 0.75
Hex FA 87 CF 0 2E 11 2 142 5C 4B
Octal 372 207 317 0 56 21 2 502 134 113
Binary 11111010 10000111 11001111 0 101110 10001 10 101000010 1011100 1001011

Color Harmonies of #FA87CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87CF

Black with #FA87CF

Text Example


Text Example

White with #FA87CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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