Html Css Color HEX #FAA7B2 Light Pink

📋 copy color: '#FAA7B2'

red 250 ◦ green 167 ◦ blue 178

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

Shades of Light Pink #FAA7B2

Tints of Light Pink #FAA7B2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.07%

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

R = 42.02%
G = 28.07%
B = 29.92%

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

#FAA7B2 (or 0xFAA7B2) is known color: Light Pink. HEX triplet: FA, A7 and B2. RGB value is (250,167,178). Sum of RGB (Red+Green+Blue) = 250+167+178=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA7B2 is #05584D. Grayscale: #C1C1C1. Windows color (decimal): -350286 or 11708410. OLE color: 11708410.

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

Color convert

RGB 250 167 178 -
CMYK 0 0.33 0.29 0.02
HSL 352.05º 0.89% 0.82% -
HSV(B) 352.05º 0.33% 0.98% -
XYZ 61.28 51.18 48.77 -
YUV 193.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 250 167 178 0 0.33 0.29 0.02 352.05 0.89 0.82
Hex FA A7 B2 0 21 1D 2 160 59 52
Octal 372 247 262 0 41 35 2 540 131 122
Binary 11111010 10100111 10110010 0 100001 11101 10 101100000 1011001 1010010

Color Harmonies of #FAA7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7B2

Black with #FAA7B2

Text Example


Text Example

White with #FAA7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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