Html Css Color HEX #FE86C8 Tea Rose

📋 copy color: '#FE86C8'

red 254 ◦ green 134 ◦ blue 200

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

Shades of Tea Rose #FE86C8

Tints of Tea Rose #FE86C8

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.79%

 BLUE value IS 200 (78.52% from 255) = 34.01%

R = 43.2%
G = 22.79%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE86C8 (or 0xFE86C8) is known color: Tea Rose. HEX triplet: FE, 86 and C8. RGB value is (254,134,200). Sum of RGB (Red+Green+Blue) = 254+134+200=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86C8 is #017937. Grayscale: #B1B1B1. Windows color (decimal): -96568 or 13141758. OLE color: 13141758.

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

Color convert

RGB 254 134 200 -
CMYK 0 0.47 0.21 0.00
HSL 327º 0.98% 0.76% -
HSV(B) 327º 0.47% 1% -
XYZ 59.82 42.29 59.65 -
YUV 177.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 254 134 200 0 0.47 0.21 0.00 327 0.98 0.76
Hex FE 86 C8 0 2F 15 0 147 62 4C
Octal 376 206 310 0 57 25 0 507 142 114
Binary 11111110 10000110 11001000 0 101111 10101 0 101000111 1100010 1001100

Color Harmonies of #FE86C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE86C8

Black with #FE86C8

Text Example


Text Example

White with #FE86C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE86C8; }

 p { color: rgb(254,134,200); }

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

background-color css

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

 a { background-color: rgb(254,134,200); }

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

border-color css

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

 span { border-color: rgb(254,134,200); }

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