Html Css Color HEX #FB85A1 Tickle Me Pink

📋 copy color: '#FB85A1'

red 251 ◦ green 133 ◦ blue 161

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

Shades of Tickle Me Pink #FB85A1

Tints of Tickle Me Pink #FB85A1

RGB

 RED value IS 251 (98.44% from 255) = 46.06%

 GREEN value IS 133 (52.34% from 255) = 24.4%

 BLUE value IS 161 (63.28% from 255) = 29.54%

R = 46.06%
G = 24.4%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB85A1 (or 0xFB85A1) is known color: Tickle Me Pink. HEX triplet: FB, 85 and A1. RGB value is (251,133,161). Sum of RGB (Red+Green+Blue) = 251+133+161=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB85A1 is #047A5E. Grayscale: #ABABAB. Windows color (decimal): -293471 or 10585595. OLE color: 10585595.

HSL color Cylindrical-coordinate representation of color #FB85A1: hue angle of 345.76º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB85A1 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 133 161 -
CMYK 0 0.47 0.36 0.02
HSL 345.76º 0.94% 0.75% -
HSV(B) 345.76º 0.47% 0.98% -
XYZ 54.6 39.86 38.53 -
YUV 171.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 251 133 161 0 0.47 0.36 0.02 345.76 0.94 0.75
Hex FB 85 A1 0 2F 24 2 15A 5E 4B
Octal 373 205 241 0 57 44 2 532 136 113
Binary 11111011 10000101 10100001 0 101111 100100 10 101011010 1011110 1001011

Color Harmonies of #FB85A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85A1

Black with #FB85A1

Text Example


Text Example

White with #FB85A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85A1; }

 p { color: rgb(251,133,161); }

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

background-color css

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

 a { background-color: rgb(251,133,161); }

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

border-color css

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

 span { border-color: rgb(251,133,161); }

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