Html Css Color HEX #FAACB0 Light Pink

📋 copy color: '#FAACB0'

red 250 ◦ green 172 ◦ blue 176

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

Shades of Light Pink #FAACB0

Tints of Light Pink #FAACB0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.76%

 BLUE value IS 176 (69.14% from 255) = 29.43%

R = 41.81%
G = 28.76%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAACB0 (or 0xFAACB0) is known color: Light Pink. HEX triplet: FA, AC and B0. RGB value is (250,172,176). Sum of RGB (Red+Green+Blue) = 250+172+176=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACB0 is #05534F. Grayscale: #C3C3C3. Windows color (decimal): -349008 or 11578618. OLE color: 11578618.

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

Color convert

RGB 250 172 176 -
CMYK 0 0.31 0.30 0.02
HSL 356.92º 0.89% 0.83% -
HSV(B) 356.92º 0.31% 0.98% -
XYZ 62.01 52.96 48.03 -
YUV 195.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 250 172 176 0 0.31 0.30 0.02 356.92 0.89 0.83
Hex FA AC B0 0 1F 1E 2 165 59 53
Octal 372 254 260 0 37 36 2 545 131 123
Binary 11111010 10101100 10110000 0 11111 11110 10 101100101 1011001 1010011

Color Harmonies of #FAACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACB0

Black with #FAACB0

Text Example


Text Example

White with #FAACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACB0; }

 p { color: rgb(250,172,176); }

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

background-color css

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

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

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

border-color css

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

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

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