Html Css Color HEX #FA9694 Sweet Pink

📋 copy color: '#FA9694'

red 250 ◦ green 150 ◦ blue 148

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

Shades of Sweet Pink #FA9694

Tints of Sweet Pink #FA9694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.01%

R = 45.62%
G = 27.37%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA9694 (or 0xFA9694) is known color: Sweet Pink. HEX triplet: FA, 96 and 94. RGB value is (250,150,148). Sum of RGB (Red+Green+Blue) = 250+150+148=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9694 is #05696B. Grayscale: #B3B3B3. Windows color (decimal): -354668 or 9737978. OLE color: 9737978.

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

Color convert

RGB 250 150 148 -
CMYK 0 0.4 0.41 0.02
HSL 1.18º 0.91% 0.78% -
HSV(B) 1.18º 0.41% 0.98% -
XYZ 55.68 44.27 33.63 -
YUV 179.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 250 150 148 0 0.4 0.41 0.02 1.18 0.91 0.78
Hex FA 96 94 0 28 29 2 1 5B 4E
Octal 372 226 224 0 50 51 2 1 133 116
Binary 11111010 10010110 10010100 0 101000 101001 10 1 1011011 1001110

Color Harmonies of #FA9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9694

Black with #FA9694

Text Example


Text Example

White with #FA9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9694; }

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

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

background-color css

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

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

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

border-color css

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

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

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