Html Css Color HEX #FF88D5 Tea Rose

📋 copy color: '#FF88D5'

red 255 ◦ green 136 ◦ blue 213

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

Shades of Tea Rose #FF88D5

Tints of Tea Rose #FF88D5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.52%

 BLUE value IS 213 (83.59% from 255) = 35.26%

R = 42.22%
G = 22.52%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF88D5 (or 0xFF88D5) is known color: Tea Rose. HEX triplet: FF, 88 and D5. RGB value is (255,136,213). Sum of RGB (Red+Green+Blue) = 255+136+213=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 136 (53.52% from 255 or 22.52% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88D5 is #00772A. Grayscale: #B4B4B4. Windows color (decimal): -30507 or 13994239. OLE color: 13994239.

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

Color convert

RGB 255 136 213 -
CMYK 0 0.47 0.16 0
HSL 321.18º 1% 0.77% -
HSV(B) 321.18º 0.47% 1% -
XYZ 62.05 43.67 68.11 -
YUV 180.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 255 136 213 0 0.47 0.16 0 321.18 1 0.77
Hex FF 88 D5 0 2F 10 0 141 64 4D
Octal 377 210 325 0 57 20 0 501 144 115
Binary 11111111 10001000 11010101 0 101111 10000 0 101000001 1100100 1001101

Color Harmonies of #FF88D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF88D5

Black with #FF88D5

Text Example


Text Example

White with #FF88D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF88D5; }

 p { color: rgb(255,136,213); }

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

background-color css

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

 a { background-color: rgb(255,136,213); }

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

border-color css

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

 span { border-color: rgb(255,136,213); }

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