Html Css Color HEX #FD85A6 Tickle Me Pink

📋 copy color: '#FD85A6'

red 253 ◦ green 133 ◦ blue 166

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

Shades of Tickle Me Pink #FD85A6

Tints of Tickle Me Pink #FD85A6

RGB

 RED value IS 253 (99.22% from 255) = 45.83%

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

 BLUE value IS 166 (65.23% from 255) = 30.07%

R = 45.83%
G = 24.09%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD85A6 (or 0xFD85A6) is known color: Tickle Me Pink. HEX triplet: FD, 85 and A6. RGB value is (253,133,166). Sum of RGB (Red+Green+Blue) = 253+133+166=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD85A6 is #027A59. Grayscale: #ACACAC. Windows color (decimal): -162394 or 10913277. OLE color: 10913277.

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

Color convert

RGB 253 133 166 -
CMYK 0 0.47 0.34 0.01
HSL 343.5º 0.97% 0.76% -
HSV(B) 343.5º 0.47% 0.99% -
XYZ 55.78 40.41 40.94 -
YUV 172.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 253 133 166 0 0.47 0.34 0.01 343.5 0.97 0.76
Hex FD 85 A6 0 2F 22 1 158 61 4C
Octal 375 205 246 0 57 42 1 530 141 114
Binary 11111101 10000101 10100110 0 101111 100010 1 101011000 1100001 1001100

Color Harmonies of #FD85A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85A6

Black with #FD85A6

Text Example


Text Example

White with #FD85A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85A6; }

 p { color: rgb(253,133,166); }

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

background-color css

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

 a { background-color: rgb(253,133,166); }

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

border-color css

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

 span { border-color: rgb(253,133,166); }

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