Html Css Color HEX #FE85C0 Tea Rose

📋 copy color: '#FE85C0'

red 254 ◦ green 133 ◦ blue 192

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

Shades of Tea Rose #FE85C0

Tints of Tea Rose #FE85C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.16%

R = 43.87%
G = 22.97%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE85C0 (or 0xFE85C0) is known color: Tea Rose. HEX triplet: FE, 85 and C0. RGB value is (254,133,192). Sum of RGB (Red+Green+Blue) = 254+133+192=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85C0 is #017A3F. Grayscale: #AFAFAF. Windows color (decimal): -96832 or 12617214. OLE color: 12617214.

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

Color convert

RGB 254 133 192 -
CMYK 0 0.48 0.24 0.00
HSL 330.74º 0.98% 0.76% -
HSV(B) 330.74º 0.48% 1% -
XYZ 58.78 41.65 54.81 -
YUV 175.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 254 133 192 0 0.48 0.24 0.00 330.74 0.98 0.76
Hex FE 85 C0 0 30 18 0 14B 62 4C
Octal 376 205 300 0 60 30 0 513 142 114
Binary 11111110 10000101 11000000 0 110000 11000 0 101001011 1100010 1001100

Color Harmonies of #FE85C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85C0

Black with #FE85C0

Text Example


Text Example

White with #FE85C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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