Html Css Color HEX #FAACB5 Light Pink

📋 copy color: '#FAACB5'

red 250 ◦ green 172 ◦ blue 181

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

Shades of Light Pink #FAACB5

Tints of Light Pink #FAACB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.02%

R = 41.46%
G = 28.52%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAACB5 (or 0xFAACB5) is known color: Light Pink. HEX triplet: FA, AC and B5. RGB value is (250,172,181). Sum of RGB (Red+Green+Blue) = 250+172+181=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACB5 is #05534A. Grayscale: #C4C4C4. Windows color (decimal): -349003 or 11906298. OLE color: 11906298.

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

Color convert

RGB 250 172 181 -
CMYK 0 0.31 0.28 0.02
HSL 353.08º 0.89% 0.83% -
HSV(B) 353.08º 0.31% 0.98% -
XYZ 62.52 53.17 50.68 -
YUV 196.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 250 172 181 0 0.31 0.28 0.02 353.08 0.89 0.83
Hex FA AC B5 0 1F 1C 2 161 59 53
Octal 372 254 265 0 37 34 2 541 131 123
Binary 11111010 10101100 10110101 0 11111 11100 10 101100001 1011001 1010011

Color Harmonies of #FAACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACB5

Black with #FAACB5

Text Example


Text Example

White with #FAACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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