Html Css Color HEX #FB85A0 Tickle Me Pink

📋 copy color: '#FB85A0'

red 251 ◦ green 133 ◦ blue 160

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

Shades of Tickle Me Pink #FB85A0

Tints of Tickle Me Pink #FB85A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.41%

R = 46.14%
G = 24.45%
B = 29.41%

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

#FB85A0 (or 0xFB85A0) is known color: Tickle Me Pink. HEX triplet: FB, 85 and A0. RGB value is (251,133,160). Sum of RGB (Red+Green+Blue) = 251+133+160=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB85A0 is #047A5F. Grayscale: #ABABAB. Windows color (decimal): -293472 or 10520059. OLE color: 10520059.

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

Color convert

RGB 251 133 160 -
CMYK 0 0.47 0.36 0.02
HSL 346.27º 0.94% 0.75% -
HSV(B) 346.27º 0.47% 0.98% -
XYZ 54.52 39.82 38.07 -
YUV 171.36 121.59 184.8 -
System Red Green Blue C M Y K H S L
Decimal 251 133 160 0 0.47 0.36 0.02 346.27 0.94 0.75
Hex FB 85 A0 0 2F 24 2 15A 5E 4B
Octal 373 205 240 0 57 44 2 532 136 113
Binary 11111011 10000101 10100000 0 101111 100100 10 101011010 1011110 1001011

Color Harmonies of #FB85A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85A0

Black with #FB85A0

Text Example


Text Example

White with #FB85A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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