Html Css Color HEX #FF88B6 Persian Pink

📋 copy color: '#FF88B6'

red 255 ◦ green 136 ◦ blue 182

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

Shades of Persian Pink #FF88B6

Tints of Persian Pink #FF88B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.76%

R = 44.5%
G = 23.73%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF88B6 (or 0xFF88B6) is known color: Persian Pink. HEX triplet: FF, 88 and B6. RGB value is (255,136,182). Sum of RGB (Red+Green+Blue) = 255+136+182=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88B6 is #007749. Grayscale: #B0B0B0. Windows color (decimal): -30538 or 11962623. OLE color: 11962623.

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

Color convert

RGB 255 136 182 -
CMYK 0 0.47 0.29 0
HSL 336.81º 1% 0.77% -
HSV(B) 336.81º 0.47% 1% -
XYZ 58.49 42.25 49.33 -
YUV 176.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 255 136 182 0 0.47 0.29 0 336.81 1 0.77
Hex FF 88 B6 0 2F 1D 0 151 64 4D
Octal 377 210 266 0 57 35 0 521 144 115
Binary 11111111 10001000 10110110 0 101111 11101 0 101010001 1100100 1001101

Color Harmonies of #FF88B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF88B6

Black with #FF88B6

Text Example


Text Example

White with #FF88B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF88B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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