Html Css Color HEX #FA8E8A Sweet Pink

📋 copy color: '#FA8E8A'

red 250 ◦ green 142 ◦ blue 138

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

Shades of Sweet Pink #FA8E8A

Tints of Sweet Pink #FA8E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.04%

R = 47.17%
G = 26.79%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA8E8A (or 0xFA8E8A) is known color: Sweet Pink. HEX triplet: FA, 8E and 8A. RGB value is (250,142,138). Sum of RGB (Red+Green+Blue) = 250+142+138=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8E8A is #057175. Grayscale: #ADADAD. Windows color (decimal): -356726 or 9080570. OLE color: 9080570.

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

Color convert

RGB 250 142 138 -
CMYK 0 0.43 0.45 0.02
HSL 2.14º 0.92% 0.76% -
HSV(B) 2.14º 0.45% 0.98% -
XYZ 53.68 41.5 29.23 -
YUV 173.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 250 142 138 0 0.43 0.45 0.02 2.14 0.92 0.76
Hex FA 8E 8A 0 2B 2D 2 2 5C 4C
Octal 372 216 212 0 53 55 2 2 134 114
Binary 11111010 10001110 10001010 0 101011 101101 10 10 1011100 1001100

Color Harmonies of #FA8E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E8A

Black with #FA8E8A

Text Example


Text Example

White with #FA8E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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