#FAC1B5

Color #FAC1B5 Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FAC1B5

Tints of Your Pink #FAC1B5

Color information

#FAC1B5 (or 0xFAC1B5) is unknown color: approx Your Pink. HEX triplet: FA, C1 and B5. RGB value is (250,193,181). Sum of RGB (Red+Green+Blue) = 250+193+181=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1B5 is #053E4A. Grayscale: #D0D0D0. Windows color (decimal): -343627 or 11911674. OLE color: 11911674.

HSL color Cylindrical-coordinate representation of color #FAC1B5: hue angle of 10.43º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAC1B5 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250193181-
CMYK00.230.280.02
HSL10.43º87.34%84.51%-
HSV(B)10.43º27.6%98.04%-
XYZ66.8361.852.12-
YUV208.68112.38157.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 193 (75.78% from 255) = 30.93%
BLUE value IS 181 (71.09% from 255) = 29.01%
R=40.06%
G=30.93%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019318100.230.280.0210.4387.3484.51
HexFAC1B50171C2a5755
Octal37230126502734212127125
Binary1111101011000001101101010101111110010101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1B5; }

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

 H1.HeaderClassName
 {
   color: #FAC1B5;
 }
 .AnyTagClassName
 {
   color: #FAC1B5;
 }
</style>
background-color css

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

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

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

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

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

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