Html Css Color HEX #FA918D Sweet Pink

📋 copy color: '#FA918D'

red 250 ◦ green 145 ◦ blue 141

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

Shades of Sweet Pink #FA918D

Tints of Sweet Pink #FA918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.05%

 BLUE value IS 141 (55.47% from 255) = 26.31%

R = 46.64%
G = 27.05%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA918D (or 0xFA918D) is known color: Sweet Pink. HEX triplet: FA, 91 and 8D. RGB value is (250,145,141). Sum of RGB (Red+Green+Blue) = 250+145+141=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA918D is #056E72. Grayscale: #B0B0B0. Windows color (decimal): -355955 or 9277946. OLE color: 9277946.

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

Color convert

RGB 250 145 141 -
CMYK 0 0.42 0.44 0.02
HSL 2.2º 0.92% 0.77% -
HSV(B) 2.2º 0.44% 0.98% -
XYZ 54.36 42.5 30.54 -
YUV 175.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 250 145 141 0 0.42 0.44 0.02 2.2 0.92 0.77
Hex FA 91 8D 0 2A 2C 2 2 5C 4D
Octal 372 221 215 0 52 54 2 2 134 115
Binary 11111010 10010001 10001101 0 101010 101100 10 10 1011100 1001101

Color Harmonies of #FA918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA918D

Black with #FA918D

Text Example


Text Example

White with #FA918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA918D; }

 p { color: rgb(250,145,141); }

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

background-color css

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

 a { background-color: rgb(250,145,141); }

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

border-color css

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

 span { border-color: rgb(250,145,141); }

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