Html Css Color HEX #FF85C9 Tea Rose

📋 copy color: '#FF85C9'

red 255 ◦ green 133 ◦ blue 201

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

Shades of Tea Rose #FF85C9

Tints of Tea Rose #FF85C9

RGB

 RED value IS 255 (100% from 255) = 43.29%

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

 BLUE value IS 201 (78.91% from 255) = 34.13%

R = 43.29%
G = 22.58%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF85C9 (or 0xFF85C9) is known color: Tea Rose. HEX triplet: FF, 85 and C9. RGB value is (255,133,201). Sum of RGB (Red+Green+Blue) = 255+133+201=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85C9 is #007A36. Grayscale: #B1B1B1. Windows color (decimal): -31287 or 13207039. OLE color: 13207039.

HSL color Cylindrical-coordinate representation of color #FF85C9: hue angle of 326.56º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85C9 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 133 201 -
CMYK 0 0.48 0.21 0
HSL 326.56º 1% 0.76% -
HSV(B) 326.56º 0.48% 1% -
XYZ 60.17 42.25 60.24 -
YUV 177.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 255 133 201 0 0.48 0.21 0 326.56 1 0.76
Hex FF 85 C9 0 30 15 0 147 64 4C
Octal 377 205 311 0 60 25 0 507 144 114
Binary 11111111 10000101 11001001 0 110000 10101 0 101000111 1100100 1001100

Color Harmonies of #FF85C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85C9

Black with #FF85C9

Text Example


Text Example

White with #FF85C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85C9; }

 p { color: rgb(255,133,201); }

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

background-color css

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

 a { background-color: rgb(255,133,201); }

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

border-color css

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

 span { border-color: rgb(255,133,201); }

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