Html Css Color HEX #FE85CF Tea Rose

📋 copy color: '#FE85CF'

red 254 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #FE85CF

Tints of Tea Rose #FE85CF

RGB

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

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

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

R = 42.76%
G = 22.39%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE85CF (or 0xFE85CF) is known color: Tea Rose. HEX triplet: FE, 85 and CF. RGB value is (254,133,207). Sum of RGB (Red+Green+Blue) = 254+133+207=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85CF is #017A30. Grayscale: #B1B1B1. Windows color (decimal): -96817 or 13600254. OLE color: 13600254.

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

Color convert

RGB 254 133 207 -
CMYK 0 0.48 0.19 0.00
HSL 323.31º 0.98% 0.76% -
HSV(B) 323.31º 0.48% 1% -
XYZ 60.52 42.35 64.02 -
YUV 177.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 254 133 207 0 0.48 0.19 0.00 323.31 0.98 0.76
Hex FE 85 CF 0 30 13 0 143 62 4C
Octal 376 205 317 0 60 23 0 503 142 114
Binary 11111110 10000101 11001111 0 110000 10011 0 101000011 1100010 1001100

Color Harmonies of #FE85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85CF

Black with #FE85CF

Text Example


Text Example

White with #FE85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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