Html Css Color HEX #FD85B2 Tickle Me Pink

📋 copy color: '#FD85B2'

red 253 ◦ green 133 ◦ blue 178

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

Shades of Tickle Me Pink #FD85B2

Tints of Tickle Me Pink #FD85B2

RGB

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

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

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

R = 44.86%
G = 23.58%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD85B2 (or 0xFD85B2) is known color: Tickle Me Pink. HEX triplet: FD, 85 and B2. RGB value is (253,133,178). Sum of RGB (Red+Green+Blue) = 253+133+178=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD85B2 is #027A4D. Grayscale: #ADADAD. Windows color (decimal): -162382 or 11699709. OLE color: 11699709.

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

Color convert

RGB 253 133 178 -
CMYK 0 0.47 0.30 0.01
HSL 337.5º 0.97% 0.76% -
HSV(B) 337.5º 0.47% 0.99% -
XYZ 56.93 40.87 47.01 -
YUV 174.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 253 133 178 0 0.47 0.30 0.01 337.5 0.97 0.76
Hex FD 85 B2 0 2F 1E 1 152 61 4C
Octal 375 205 262 0 57 36 1 522 141 114
Binary 11111101 10000101 10110010 0 101111 11110 1 101010010 1100001 1001100

Color Harmonies of #FD85B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85B2

Black with #FD85B2

Text Example


Text Example

White with #FD85B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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