Html Css Color HEX #FE86CF Tea Rose

📋 copy color: '#FE86CF'

red 254 ◦ green 134 ◦ blue 207

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

Shades of Tea Rose #FE86CF

Tints of Tea Rose #FE86CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 42.69%
G = 22.52%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE86CF (or 0xFE86CF) is known color: Tea Rose. HEX triplet: FE, 86 and CF. RGB value is (254,134,207). Sum of RGB (Red+Green+Blue) = 254+134+207=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86CF is #017930. Grayscale: #B2B2B2. Windows color (decimal): -96561 or 13600510. OLE color: 13600510.

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

Color convert

RGB 254 134 207 -
CMYK 0 0.47 0.19 0.00
HSL 323.5º 0.98% 0.76% -
HSV(B) 323.5º 0.47% 1% -
XYZ 60.66 42.63 64.06 -
YUV 178.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 254 134 207 0 0.47 0.19 0.00 323.5 0.98 0.76
Hex FE 86 CF 0 2F 13 0 144 62 4C
Octal 376 206 317 0 57 23 0 504 142 114
Binary 11111110 10000110 11001111 0 101111 10011 0 101000100 1100010 1001100

Color Harmonies of #FE86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE86CF

Black with #FE86CF

Text Example


Text Example

White with #FE86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE86CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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