Html Css Color HEX #FE87C1 Tea Rose

📋 copy color: '#FE87C1'

red 254 ◦ green 135 ◦ blue 193

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

Shades of Tea Rose #FE87C1

Tints of Tea Rose #FE87C1

RGB

 RED value IS 254 (99.61% from 255) = 43.64%

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

 BLUE value IS 193 (75.78% from 255) = 33.16%

R = 43.64%
G = 23.2%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE87C1 (or 0xFE87C1) is known color: Tea Rose. HEX triplet: FE, 87 and C1. RGB value is (254,135,193). Sum of RGB (Red+Green+Blue) = 254+135+193=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87C1 is #01783E. Grayscale: #B1B1B1. Windows color (decimal): -96319 or 12683262. OLE color: 12683262.

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

Color convert

RGB 254 135 193 -
CMYK 0 0.47 0.24 0.00
HSL 330.76º 0.98% 0.76% -
HSV(B) 330.76º 0.47% 1% -
XYZ 59.16 42.25 55.49 -
YUV 177.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 254 135 193 0 0.47 0.24 0.00 330.76 0.98 0.76
Hex FE 87 C1 0 2F 18 0 14B 62 4C
Octal 376 207 301 0 57 30 0 513 142 114
Binary 11111110 10000111 11000001 0 101111 11000 0 101001011 1100010 1001100

Color Harmonies of #FE87C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE87C1

Black with #FE87C1

Text Example


Text Example

White with #FE87C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE87C1; }

 p { color: rgb(254,135,193); }

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

background-color css

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

 a { background-color: rgb(254,135,193); }

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

border-color css

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

 span { border-color: rgb(254,135,193); }

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