Html Css Color HEX #FF85CB Tea Rose

📋 copy color: '#FF85CB'

red 255 ◦ green 133 ◦ blue 203

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

Shades of Tea Rose #FF85CB

Tints of Tea Rose #FF85CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 43.15%
G = 22.5%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF85CB (or 0xFF85CB) is known color: Tea Rose. HEX triplet: FF, 85 and CB. RGB value is (255,133,203). Sum of RGB (Red+Green+Blue) = 255+133+203=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85CB is #007A34. Grayscale: #B1B1B1. Windows color (decimal): -31285 or 13338111. OLE color: 13338111.

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

Color convert

RGB 255 133 203 -
CMYK 0 0.48 0.20 0
HSL 325.57º 1% 0.76% -
HSV(B) 325.57º 0.48% 1% -
XYZ 60.41 42.35 61.49 -
YUV 177.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 255 133 203 0 0.48 0.20 0 325.57 1 0.76
Hex FF 85 CB 0 30 14 0 146 64 4C
Octal 377 205 313 0 60 24 0 506 144 114
Binary 11111111 10000101 11001011 0 110000 10100 0 101000110 1100100 1001100

Color Harmonies of #FF85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF85CB

Black with #FF85CB

Text Example


Text Example

White with #FF85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF85CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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