Html Css Color HEX #FC85B2 Tickle Me Pink

📋 copy color: '#FC85B2'

red 252 ◦ green 133 ◦ blue 178

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

Shades of Tickle Me Pink #FC85B2

Tints of Tickle Me Pink #FC85B2

RGB

 RED value IS 252 (98.83% from 255) = 44.76%

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

 BLUE value IS 178 (69.92% from 255) = 31.62%

R = 44.76%
G = 23.62%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC85B2 (or 0xFC85B2) is known color: Tickle Me Pink. HEX triplet: FC, 85 and B2. RGB value is (252,133,178). Sum of RGB (Red+Green+Blue) = 252+133+178=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC85B2 is #037A4D. Grayscale: #ADADAD. Windows color (decimal): -227918 or 11699708. OLE color: 11699708.

HSL color Cylindrical-coordinate representation of color #FC85B2: hue angle of 337.31º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC85B2 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 133 178 -
CMYK 0 0.47 0.29 0.01
HSL 337.31º 0.95% 0.75% -
HSV(B) 337.31º 0.47% 0.99% -
XYZ 56.57 40.68 46.99 -
YUV 173.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 252 133 178 0 0.47 0.29 0.01 337.31 0.95 0.75
Hex FC 85 B2 0 2F 1D 1 151 5F 4B
Octal 374 205 262 0 57 35 1 521 137 113
Binary 11111100 10000101 10110010 0 101111 11101 1 101010001 1011111 1001011

Color Harmonies of #FC85B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC85B2

Black with #FC85B2

Text Example


Text Example

White with #FC85B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC85B2; }

 p { color: rgb(252,133,178); }

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

background-color css

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

 a { background-color: rgb(252,133,178); }

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

border-color css

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

 span { border-color: rgb(252,133,178); }

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