Html Css Color HEX #FF8CB4 Tickle Me Pink

📋 copy color: '#FF8CB4'

red 255 ◦ green 140 ◦ blue 180

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

Shades of Tickle Me Pink #FF8CB4

Tints of Tickle Me Pink #FF8CB4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.35%

 BLUE value IS 180 (70.7% from 255) = 31.3%

R = 44.35%
G = 24.35%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF8CB4 (or 0xFF8CB4) is known color: Tickle Me Pink. HEX triplet: FF, 8C and B4. RGB value is (255,140,180). Sum of RGB (Red+Green+Blue) = 255+140+180=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CB4 is #00734B. Grayscale: #B2B2B2. Windows color (decimal): -29516 or 11832575. OLE color: 11832575.

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

Color convert

RGB 255 140 180 -
CMYK 0 0.45 0.29 0
HSL 339.13º 1% 0.77% -
HSV(B) 339.13º 0.45% 1% -
XYZ 58.86 43.31 48.44 -
YUV 178.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 255 140 180 0 0.45 0.29 0 339.13 1 0.77
Hex FF 8C B4 0 2D 1D 0 153 64 4D
Octal 377 214 264 0 55 35 0 523 144 115
Binary 11111111 10001100 10110100 0 101101 11101 0 101010011 1100100 1001101

Color Harmonies of #FF8CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CB4

Black with #FF8CB4

Text Example


Text Example

White with #FF8CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CB4; }

 p { color: rgb(255,140,180); }

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

background-color css

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

 a { background-color: rgb(255,140,180); }

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

border-color css

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

 span { border-color: rgb(255,140,180); }

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