Html Css Color HEX #FAACB2 Light Pink

📋 copy color: '#FAACB2'

red 250 ◦ green 172 ◦ blue 178

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

Shades of Light Pink #FAACB2

Tints of Light Pink #FAACB2

RGB

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

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

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

R = 41.67%
G = 28.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAACB2 (or 0xFAACB2) is known color: Light Pink. HEX triplet: FA, AC and B2. RGB value is (250,172,178). Sum of RGB (Red+Green+Blue) = 250+172+178=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACB2 is #05534D. Grayscale: #C4C4C4. Windows color (decimal): -349006 or 11709690. OLE color: 11709690.

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

Color convert

RGB 250 172 178 -
CMYK 0 0.31 0.29 0.02
HSL 355.38º 0.89% 0.83% -
HSV(B) 355.38º 0.31% 0.98% -
XYZ 62.21 53.04 49.08 -
YUV 196.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 250 172 178 0 0.31 0.29 0.02 355.38 0.89 0.83
Hex FA AC B2 0 1F 1D 2 163 59 53
Octal 372 254 262 0 37 35 2 543 131 123
Binary 11111010 10101100 10110010 0 11111 11101 10 101100011 1011001 1010011

Color Harmonies of #FAACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACB2

Black with #FAACB2

Text Example


Text Example

White with #FAACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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