Html Css Color HEX #FF88C8 Tea Rose

📋 copy color: '#FF88C8'

red 255 ◦ green 136 ◦ blue 200

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

Shades of Tea Rose #FF88C8

Tints of Tea Rose #FF88C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.84%

R = 43.15%
G = 23.01%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF88C8 (or 0xFF88C8) is known color: Tea Rose. HEX triplet: FF, 88 and C8. RGB value is (255,136,200). Sum of RGB (Red+Green+Blue) = 255+136+200=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88C8 is #007737. Grayscale: #B2B2B2. Windows color (decimal): -30520 or 13142271. OLE color: 13142271.

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

Color convert

RGB 255 136 200 -
CMYK 0 0.47 0.22 0
HSL 327.73º 1% 0.77% -
HSV(B) 327.73º 0.47% 1% -
XYZ 60.47 43.04 59.76 -
YUV 178.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 255 136 200 0 0.47 0.22 0 327.73 1 0.77
Hex FF 88 C8 0 2F 16 0 148 64 4D
Octal 377 210 310 0 57 26 0 510 144 115
Binary 11111111 10001000 11001000 0 101111 10110 0 101001000 1100100 1001101

Color Harmonies of #FF88C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF88C8

Black with #FF88C8

Text Example


Text Example

White with #FF88C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF88C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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