Html Css Color HEX #FA87CE Tea Rose

📋 copy color: '#FA87CE'

red 250 ◦ green 135 ◦ blue 206

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

Shades of Tea Rose #FA87CE

Tints of Tea Rose #FA87CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.86%

R = 42.3%
G = 22.84%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA87CE (or 0xFA87CE) is known color: Tea Rose. HEX triplet: FA, 87 and CE. RGB value is (250,135,206). Sum of RGB (Red+Green+Blue) = 250+135+206=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 135 (53.12% from 255 or 22.84% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87CE is #057831. Grayscale: #B1B1B1. Windows color (decimal): -358450 or 13535226. OLE color: 13535226.

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

Color convert

RGB 250 135 206 -
CMYK 0 0.46 0.18 0.02
HSL 322.96º 0.92% 0.75% -
HSV(B) 322.96º 0.46% 0.98% -
XYZ 59.23 42.11 63.4 -
YUV 177.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 250 135 206 0 0.46 0.18 0.02 322.96 0.92 0.75
Hex FA 87 CE 0 2E 12 2 143 5C 4B
Octal 372 207 316 0 56 22 2 503 134 113
Binary 11111010 10000111 11001110 0 101110 10010 10 101000011 1011100 1001011

Color Harmonies of #FA87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87CE

Black with #FA87CE

Text Example


Text Example

White with #FA87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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