Html Css Color HEX #FE85BE Tea Rose

📋 copy color: '#FE85BE'

red 254 ◦ green 133 ◦ blue 190

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

Shades of Tea Rose #FE85BE

Tints of Tea Rose #FE85BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.93%

R = 44.02%
G = 23.05%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE85BE (or 0xFE85BE) is known color: Tea Rose. HEX triplet: FE, 85 and BE. RGB value is (254,133,190). Sum of RGB (Red+Green+Blue) = 254+133+190=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85BE is #017A41. Grayscale: #AFAFAF. Windows color (decimal): -96834 or 12486142. OLE color: 12486142.

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

Color convert

RGB 254 133 190 -
CMYK 0 0.48 0.25 0.00
HSL 331.74º 0.98% 0.76% -
HSV(B) 331.74º 0.48% 1% -
XYZ 58.55 41.56 53.65 -
YUV 175.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 254 133 190 0 0.48 0.25 0.00 331.74 0.98 0.76
Hex FE 85 BE 0 30 19 0 14C 62 4C
Octal 376 205 276 0 60 31 0 514 142 114
Binary 11111110 10000101 10111110 0 110000 11001 0 101001100 1100010 1001100

Color Harmonies of #FE85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85BE

Black with #FE85BE

Text Example


Text Example

White with #FE85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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