Html Css Color HEX #FA9695 Sweet Pink

📋 copy color: '#FA9695'

red 250 ◦ green 150 ◦ blue 149

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

Shades of Sweet Pink #FA9695

Tints of Sweet Pink #FA9695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.32%

 BLUE value IS 149 (58.59% from 255) = 27.14%

R = 45.54%
G = 27.32%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA9695 (or 0xFA9695) is known color: Sweet Pink. HEX triplet: FA, 96 and 95. RGB value is (250,150,149). Sum of RGB (Red+Green+Blue) = 250+150+149=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9695 is #05696A. Grayscale: #B3B3B3. Windows color (decimal): -354667 or 9803514. OLE color: 9803514.

HSL color Cylindrical-coordinate representation of color #FA9695: hue angle of 0.59º 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 #FA9695 is Cyan = 0, Magento = 0.4, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 150 149 -
CMYK 0 0.4 0.40 0.02
HSL 0.59º 0.91% 0.78% -
HSV(B) 0.59º 0.4% 0.98% -
XYZ 55.76 44.31 34.05 -
YUV 179.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 250 150 149 0 0.4 0.40 0.02 0.59 0.91 0.78
Hex FA 96 95 0 28 28 2 1 5B 4E
Octal 372 226 225 0 50 50 2 1 133 116
Binary 11111010 10010110 10010101 0 101000 101000 10 1 1011011 1001110

Color Harmonies of #FA9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9695

Black with #FA9695

Text Example


Text Example

White with #FA9695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9695; }

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

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

background-color css

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

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

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

border-color css

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

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

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