Html Css Color HEX #FE85B2 Tickle Me Pink

📋 copy color: '#FE85B2'

red 254 ◦ green 133 ◦ blue 178

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

Shades of Tickle Me Pink #FE85B2

Tints of Tickle Me Pink #FE85B2

RGB

 RED value IS 254 (99.61% from 255) = 44.96%

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

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

R = 44.96%
G = 23.54%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE85B2 (or 0xFE85B2) is known color: Tickle Me Pink. HEX triplet: FE, 85 and B2. RGB value is (254,133,178). Sum of RGB (Red+Green+Blue) = 254+133+178=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE85B2 is #017A4D. Grayscale: #AEAEAE. Windows color (decimal): -96846 or 11699710. OLE color: 11699710.

HSL color Cylindrical-coordinate representation of color #FE85B2: hue angle of 337.69º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE85B2 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 133 178 -
CMYK 0 0.48 0.30 0.00
HSL 337.69º 0.98% 0.76% -
HSV(B) 337.69º 0.48% 1% -
XYZ 57.3 41.06 47.03 -
YUV 174.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 254 133 178 0 0.48 0.30 0.00 337.69 0.98 0.76
Hex FE 85 B2 0 30 1E 0 152 62 4C
Octal 376 205 262 0 60 36 0 522 142 114
Binary 11111110 10000101 10110010 0 110000 11110 0 101010010 1100010 1001100

Color Harmonies of #FE85B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE85B2

Black with #FE85B2

Text Example


Text Example

White with #FE85B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE85B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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