Html Css Color HEX #FAA8B2 Light Pink

📋 copy color: '#FAA8B2'

red 250 ◦ green 168 ◦ blue 178

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

Shades of Light Pink #FAA8B2

Tints of Light Pink #FAA8B2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.19%

 BLUE value IS 178 (69.92% from 255) = 29.87%

R = 41.95%
G = 28.19%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAA8B2 (or 0xFAA8B2) is known color: Light Pink. HEX triplet: FA, A8 and B2. RGB value is (250,168,178). Sum of RGB (Red+Green+Blue) = 250+168+178=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA8B2 is #05574D. Grayscale: #C1C1C1. Windows color (decimal): -350030 or 11708666. OLE color: 11708666.

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

Color convert

RGB 250 168 178 -
CMYK 0 0.33 0.29 0.02
HSL 352.68º 0.89% 0.82% -
HSV(B) 352.68º 0.33% 0.98% -
XYZ 61.46 51.54 48.83 -
YUV 193.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 250 168 178 0 0.33 0.29 0.02 352.68 0.89 0.82
Hex FA A8 B2 0 21 1D 2 161 59 52
Octal 372 250 262 0 41 35 2 541 131 122
Binary 11111010 10101000 10110010 0 100001 11101 10 101100001 1011001 1010010

Color Harmonies of #FAA8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8B2

Black with #FAA8B2

Text Example


Text Example

White with #FAA8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8B2; }

 p { color: rgb(250,168,178); }

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

background-color css

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

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

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

border-color css

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

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

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