Html Css Color HEX #FE85C6 Tea Rose

📋 copy color: '#FE85C6'

red 254 ◦ green 133 ◦ blue 198

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

Shades of Tea Rose #FE85C6

Tints of Tea Rose #FE85C6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.74%

 BLUE value IS 198 (77.73% from 255) = 33.85%

R = 43.42%
G = 22.74%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE85C6 (or 0xFE85C6) is known color: Tea Rose. HEX triplet: FE, 85 and C6. RGB value is (254,133,198). Sum of RGB (Red+Green+Blue) = 254+133+198=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85C6 is #017A39. Grayscale: #B0B0B0. Windows color (decimal): -96826 or 13010430. OLE color: 13010430.

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

Color convert

RGB 254 133 198 -
CMYK 0 0.48 0.22 0.00
HSL 327.77º 0.98% 0.76% -
HSV(B) 327.77º 0.48% 1% -
XYZ 59.45 41.92 58.38 -
YUV 176.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 254 133 198 0 0.48 0.22 0.00 327.77 0.98 0.76
Hex FE 85 C6 0 30 16 0 148 62 4C
Octal 376 205 306 0 60 26 0 510 142 114
Binary 11111110 10000101 11000110 0 110000 10110 0 101001000 1100010 1001100

Color Harmonies of #FE85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85C6

Black with #FE85C6

Text Example


Text Example

White with #FE85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85C6; }

 p { color: rgb(254,133,198); }

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

background-color css

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

 a { background-color: rgb(254,133,198); }

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

border-color css

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

 span { border-color: rgb(254,133,198); }

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