Html Css Color HEX #FB85B0 Tickle Me Pink

📋 copy color: '#FB85B0'

red 251 ◦ green 133 ◦ blue 176

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

Shades of Tickle Me Pink #FB85B0

Tints of Tickle Me Pink #FB85B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.43%

R = 44.82%
G = 23.75%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB85B0 (or 0xFB85B0) is known color: Tickle Me Pink. HEX triplet: FB, 85 and B0. RGB value is (251,133,176). Sum of RGB (Red+Green+Blue) = 251+133+176=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB85B0 is #047A4F. Grayscale: #ADADAD. Windows color (decimal): -293456 or 11568635. OLE color: 11568635.

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

Color convert

RGB 251 133 176 -
CMYK 0 0.47 0.30 0.02
HSL 338.14º 0.94% 0.75% -
HSV(B) 338.14º 0.47% 0.98% -
XYZ 56.01 40.42 45.92 -
YUV 173.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 251 133 176 0 0.47 0.30 0.02 338.14 0.94 0.75
Hex FB 85 B0 0 2F 1E 2 152 5E 4B
Octal 373 205 260 0 57 36 2 522 136 113
Binary 11111011 10000101 10110000 0 101111 11110 10 101010010 1011110 1001011

Color Harmonies of #FB85B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85B0

Black with #FB85B0

Text Example


Text Example

White with #FB85B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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