Html Css Color HEX #FA9796 Sweet Pink

📋 copy color: '#FA9796'

red 250 ◦ green 151 ◦ blue 150

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

Shades of Sweet Pink #FA9796

Tints of Sweet Pink #FA9796

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.4%

 BLUE value IS 150 (58.98% from 255) = 27.22%

R = 45.37%
G = 27.4%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA9796 (or 0xFA9796) is known color: Sweet Pink. HEX triplet: FA, 97 and 96. RGB value is (250,151,150). Sum of RGB (Red+Green+Blue) = 250+151+150=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9796 is #056869. Grayscale: #B4B4B4. Windows color (decimal): -354410 or 9869306. OLE color: 9869306.

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

Color convert

RGB 250 151 150 -
CMYK 0 0.40 0.4 0.02
HSL 0.6º 0.91% 0.78% -
HSV(B) 0.6º 0.4% 0.98% -
XYZ 56 44.66 34.52 -
YUV 180.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 250 151 150 0 0.40 0.4 0.02 0.6 0.91 0.78
Hex FA 97 96 0 28 28 2 1 5B 4E
Octal 372 227 226 0 50 50 2 1 133 116
Binary 11111010 10010111 10010110 0 101000 101000 10 1 1011011 1001110

Color Harmonies of #FA9796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9796

Black with #FA9796

Text Example


Text Example

White with #FA9796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9796; }

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

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

background-color css

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

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

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

border-color css

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

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

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