Html Css Color HEX #FA9897 Sweet Pink

📋 copy color: '#FA9897'

red 250 ◦ green 152 ◦ blue 151

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

Shades of Sweet Pink #FA9897

Tints of Sweet Pink #FA9897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.49%

 BLUE value IS 151 (59.38% from 255) = 27.31%

R = 45.21%
G = 27.49%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA9897 (or 0xFA9897) is known color: Sweet Pink. HEX triplet: FA, 98 and 97. RGB value is (250,152,151). Sum of RGB (Red+Green+Blue) = 250+152+151=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9897 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9897 is #056768. Grayscale: #B5B5B5. Windows color (decimal): -354153 or 9935098. OLE color: 9935098.

HSL color Cylindrical-coordinate representation of color #FA9897: hue angle of 0.61º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA9897 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 152 151 -
CMYK 0 0.39 0.40 0.02
HSL 0.61º 0.91% 0.79% -
HSV(B) 0.61º 0.4% 0.98% -
XYZ 56.24 45.01 35 -
YUV 181.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 250 152 151 0 0.39 0.40 0.02 0.61 0.91 0.79
Hex FA 98 97 0 27 28 2 1 5B 4F
Octal 372 230 227 0 47 50 2 1 133 117
Binary 11111010 10011000 10010111 0 100111 101000 10 1 1011011 1001111

Color Harmonies of #FA9897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9897

Black with #FA9897

Text Example


Text Example

White with #FA9897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9897; }

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

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

background-color css

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

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

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

border-color css

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

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

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