Html Css Color HEX #FD85A3 Tickle Me Pink

📋 copy color: '#FD85A3'

red 253 ◦ green 133 ◦ blue 163

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

Shades of Tickle Me Pink #FD85A3

Tints of Tickle Me Pink #FD85A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.69%

R = 46.08%
G = 24.23%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD85A3 (or 0xFD85A3) is known color: Tickle Me Pink. HEX triplet: FD, 85 and A3. RGB value is (253,133,163). Sum of RGB (Red+Green+Blue) = 253+133+163=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD85A3 is #027A5C. Grayscale: #ACACAC. Windows color (decimal): -162397 or 10716669. OLE color: 10716669.

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

Color convert

RGB 253 133 163 -
CMYK 0 0.47 0.36 0.01
HSL 345º 0.97% 0.76% -
HSV(B) 345º 0.47% 0.99% -
XYZ 55.51 40.3 39.5 -
YUV 172.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 253 133 163 0 0.47 0.36 0.01 345 0.97 0.76
Hex FD 85 A3 0 2F 24 1 159 61 4C
Octal 375 205 243 0 57 44 1 531 141 114
Binary 11111101 10000101 10100011 0 101111 100100 1 101011001 1100001 1001100

Color Harmonies of #FD85A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85A3

Black with #FD85A3

Text Example


Text Example

White with #FD85A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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