Html Css Color HEX #FF88C2 Tea Rose

📋 copy color: '#FF88C2'

red 255 ◦ green 136 ◦ blue 194

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

Shades of Tea Rose #FF88C2

Tints of Tea Rose #FF88C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.16%

R = 43.59%
G = 23.25%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF88C2 (or 0xFF88C2) is known color: Tea Rose. HEX triplet: FF, 88 and C2. RGB value is (255,136,194). Sum of RGB (Red+Green+Blue) = 255+136+194=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88C2 is #00773D. Grayscale: #B2B2B2. Windows color (decimal): -30526 or 12749055. OLE color: 12749055.

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

Color convert

RGB 255 136 194 -
CMYK 0 0.47 0.24 0
HSL 330.76º 1% 0.77% -
HSV(B) 330.76º 0.47% 1% -
XYZ 59.78 42.76 56.14 -
YUV 178.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 255 136 194 0 0.47 0.24 0 330.76 1 0.77
Hex FF 88 C2 0 2F 18 0 14B 64 4D
Octal 377 210 302 0 57 30 0 513 144 115
Binary 11111111 10001000 11000010 0 101111 11000 0 101001011 1100100 1001101

Color Harmonies of #FF88C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF88C2

Black with #FF88C2

Text Example


Text Example

White with #FF88C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF88C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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