Html Css Color HEX #FA8E8E Sweet Pink

📋 copy color: '#FA8E8E'

red 250 ◦ green 142 ◦ blue 142

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

Shades of Sweet Pink #FA8E8E

Tints of Sweet Pink #FA8E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.59%

R = 46.82%
G = 26.59%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA8E8E (or 0xFA8E8E) is known color: Sweet Pink. HEX triplet: FA, 8E and 8E. RGB value is (250,142,142). Sum of RGB (Red+Green+Blue) = 250+142+142=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8E8E is #057171. Grayscale: #AEAEAE. Windows color (decimal): -356722 or 9342714. OLE color: 9342714.

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

Color convert

RGB 250 142 142 -
CMYK 0 0.43 0.43 0.02
HSL 0.92% 0.77% -
HSV(B) 0.43% 0.98% -
XYZ 53.98 41.62 30.78 -
YUV 174.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 250 142 142 0 0.43 0.43 0.02 0 0.92 0.77
Hex FA 8E 8E 0 2B 2B 2 0 5C 4D
Octal 372 216 216 0 53 53 2 0 134 115
Binary 11111010 10001110 10001110 0 101011 101011 10 0 1011100 1001101

Color Harmonies of #FA8E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E8E

Black with #FA8E8E

Text Example


Text Example

White with #FA8E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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