Html Css Color HEX #FAACBA Light Pink

📋 copy color: '#FAACBA'

red 250 ◦ green 172 ◦ blue 186

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

Shades of Light Pink #FAACBA

Tints of Light Pink #FAACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.59%

R = 41.12%
G = 28.29%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAACBA (or 0xFAACBA) is known color: Light Pink. HEX triplet: FA, AC and BA. RGB value is (250,172,186). Sum of RGB (Red+Green+Blue) = 250+172+186=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACBA is #055345. Grayscale: #C4C4C4. Windows color (decimal): -348998 or 12233978. OLE color: 12233978.

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

Color convert

RGB 250 172 186 -
CMYK 0 0.31 0.26 0.02
HSL 349.23º 0.89% 0.83% -
HSV(B) 349.23º 0.31% 0.98% -
XYZ 63.04 53.37 53.43 -
YUV 196.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 250 172 186 0 0.31 0.26 0.02 349.23 0.89 0.83
Hex FA AC BA 0 1F 1A 2 15D 59 53
Octal 372 254 272 0 37 32 2 535 131 123
Binary 11111010 10101100 10111010 0 11111 11010 10 101011101 1011001 1010011

Color Harmonies of #FAACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACBA

Black with #FAACBA

Text Example


Text Example

White with #FAACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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