Html Css Color HEX #FE85C2 Tea Rose

📋 copy color: '#FE85C2'

red 254 ◦ green 133 ◦ blue 194

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

Shades of Tea Rose #FE85C2

Tints of Tea Rose #FE85C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.39%

R = 43.72%
G = 22.89%
B = 33.39%

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

#FE85C2 (or 0xFE85C2) is known color: Tea Rose. HEX triplet: FE, 85 and C2. RGB value is (254,133,194). Sum of RGB (Red+Green+Blue) = 254+133+194=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85C2 is #017A3D. Grayscale: #B0B0B0. Windows color (decimal): -96830 or 12748286. OLE color: 12748286.

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

Color convert

RGB 254 133 194 -
CMYK 0 0.48 0.24 0.00
HSL 329.75º 0.98% 0.76% -
HSV(B) 329.75º 0.48% 1% -
XYZ 59 41.74 55.99 -
YUV 176.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 254 133 194 0 0.48 0.24 0.00 329.75 0.98 0.76
Hex FE 85 C2 0 30 18 0 14A 62 4C
Octal 376 205 302 0 60 30 0 512 142 114
Binary 11111110 10000101 11000010 0 110000 11000 0 101001010 1100010 1001100

Color Harmonies of #FE85C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85C2

Black with #FE85C2

Text Example


Text Example

White with #FE85C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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