Html Css Color HEX #FE87BD Tea Rose

📋 copy color: '#FE87BD'

red 254 ◦ green 135 ◦ blue 189

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

Shades of Tea Rose #FE87BD

Tints of Tea Rose #FE87BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.7%

R = 43.94%
G = 23.36%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE87BD (or 0xFE87BD) is known color: Tea Rose. HEX triplet: FE, 87 and BD. RGB value is (254,135,189). Sum of RGB (Red+Green+Blue) = 254+135+189=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87BD is #017842. Grayscale: #B0B0B0. Windows color (decimal): -96323 or 12421118. OLE color: 12421118.

HSL color Cylindrical-coordinate representation of color #FE87BD: hue angle of 332.77º 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 #FE87BD is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 135 189 -
CMYK 0 0.47 0.26 0.00
HSL 332.77º 0.98% 0.76% -
HSV(B) 332.77º 0.47% 1% -
XYZ 58.72 42.07 53.17 -
YUV 176.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 254 135 189 0 0.47 0.26 0.00 332.77 0.98 0.76
Hex FE 87 BD 0 2F 1A 0 14D 62 4C
Octal 376 207 275 0 57 32 0 515 142 114
Binary 11111110 10000111 10111101 0 101111 11010 0 101001101 1100010 1001100

Color Harmonies of #FE87BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE87BD

Black with #FE87BD

Text Example


Text Example

White with #FE87BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE87BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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