Html Css Color HEX #FE85C3 Tea Rose

📋 copy color: '#FE85C3'

red 254 ◦ green 133 ◦ blue 195

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

Shades of Tea Rose #FE85C3

Tints of Tea Rose #FE85C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.51%

R = 43.64%
G = 22.85%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE85C3 (or 0xFE85C3) is known color: Tea Rose. HEX triplet: FE, 85 and C3. RGB value is (254,133,195). Sum of RGB (Red+Green+Blue) = 254+133+195=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85C3 is #017A3C. Grayscale: #B0B0B0. Windows color (decimal): -96829 or 12813822. OLE color: 12813822.

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

Color convert

RGB 254 133 195 -
CMYK 0 0.48 0.23 0.00
HSL 329.26º 0.98% 0.76% -
HSV(B) 329.26º 0.48% 1% -
XYZ 59.11 41.79 56.58 -
YUV 176.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 254 133 195 0 0.48 0.23 0.00 329.26 0.98 0.76
Hex FE 85 C3 0 30 17 0 149 62 4C
Octal 376 205 303 0 60 27 0 511 142 114
Binary 11111110 10000101 11000011 0 110000 10111 0 101001001 1100010 1001100

Color Harmonies of #FE85C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85C3

Black with #FE85C3

Text Example


Text Example

White with #FE85C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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