Html Css Color HEX #FA87CB Tea Rose

📋 copy color: '#FA87CB'

red 250 ◦ green 135 ◦ blue 203

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

Shades of Tea Rose #FA87CB

Tints of Tea Rose #FA87CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 42.52%
G = 22.96%
B = 34.52%

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

#FA87CB (or 0xFA87CB) is known color: Tea Rose. HEX triplet: FA, 87 and CB. RGB value is (250,135,203). Sum of RGB (Red+Green+Blue) = 250+135+203=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 135 (53.12% from 255 or 22.96% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87CB is #057834. Grayscale: #B0B0B0. Windows color (decimal): -358453 or 13338618. OLE color: 13338618.

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

Color convert

RGB 250 135 203 -
CMYK 0 0.46 0.19 0.02
HSL 324.52º 0.92% 0.75% -
HSV(B) 324.52º 0.46% 0.98% -
XYZ 58.87 41.96 61.5 -
YUV 177.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 250 135 203 0 0.46 0.19 0.02 324.52 0.92 0.75
Hex FA 87 CB 0 2E 13 2 145 5C 4B
Octal 372 207 313 0 56 23 2 505 134 113
Binary 11111010 10000111 11001011 0 101110 10011 10 101000101 1011100 1001011

Color Harmonies of #FA87CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87CB

Black with #FA87CB

Text Example


Text Example

White with #FA87CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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