Html Css Color HEX #FA8298 Tickle Me Pink

📋 copy color: '#FA8298'

red 250 ◦ green 130 ◦ blue 152

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

Shades of Tickle Me Pink #FA8298

Tints of Tickle Me Pink #FA8298

RGB

 RED value IS 250 (98.05% from 255) = 46.99%

 GREEN value IS 130 (51.17% from 255) = 24.44%

 BLUE value IS 152 (59.77% from 255) = 28.57%

R = 46.99%
G = 24.44%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA8298 (or 0xFA8298) is known color: Tickle Me Pink. HEX triplet: FA, 82 and 98. RGB value is (250,130,152). Sum of RGB (Red+Green+Blue) = 250+130+152=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8298 is #057D67. Grayscale: #A8A8A8. Windows color (decimal): -359784 or 9995002. OLE color: 9995002.

HSL color Cylindrical-coordinate representation of color #FA8298: hue angle of 349º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8298 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 130 152 -
CMYK 0 0.48 0.39 0.02
HSL 349º 0.92% 0.75% -
HSV(B) 349º 0.48% 0.98% -
XYZ 53.07 38.56 34.35 -
YUV 168.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 250 130 152 0 0.48 0.39 0.02 349 0.92 0.75
Hex FA 82 98 0 30 27 2 15D 5C 4B
Octal 372 202 230 0 60 47 2 535 134 113
Binary 11111010 10000010 10011000 0 110000 100111 10 101011101 1011100 1001011

Color Harmonies of #FA8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8298

Black with #FA8298

Text Example


Text Example

White with #FA8298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8298; }

 p { color: rgb(250,130,152); }

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

background-color css

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

 a { background-color: rgb(250,130,152); }

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

border-color css

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

 span { border-color: rgb(250,130,152); }

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