Html Css Color HEX #FA8E8D Sweet Pink

📋 copy color: '#FA8E8D'

red 250 ◦ green 142 ◦ blue 141

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

Shades of Sweet Pink #FA8E8D

Tints of Sweet Pink #FA8E8D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.64%

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

R = 46.9%
G = 26.64%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA8E8D (or 0xFA8E8D) is known color: Sweet Pink. HEX triplet: FA, 8E and 8D. RGB value is (250,142,141). Sum of RGB (Red+Green+Blue) = 250+142+141=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8E8D is #057172. Grayscale: #AEAEAE. Windows color (decimal): -356723 or 9277178. OLE color: 9277178.

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

Color convert

RGB 250 142 141 -
CMYK 0 0.43 0.44 0.02
HSL 0.55º 0.92% 0.77% -
HSV(B) 0.55º 0.44% 0.98% -
XYZ 53.91 41.59 30.39 -
YUV 174.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 250 142 141 0 0.43 0.44 0.02 0.55 0.92 0.77
Hex FA 8E 8D 0 2B 2C 2 1 5C 4D
Octal 372 216 215 0 53 54 2 1 134 115
Binary 11111010 10001110 10001101 0 101011 101100 10 1 1011100 1001101

Color Harmonies of #FA8E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E8D

Black with #FA8E8D

Text Example


Text Example

White with #FA8E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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