#FAC1B8

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

Shades of Your Pink #FAC1B8

Tints of Your Pink #FAC1B8

Color information

#FAC1B8 (or 0xFAC1B8) is unknown color: approx Your Pink. HEX triplet: FA, C1 and B8. RGB value is (250,193,184). Sum of RGB (Red+Green+Blue) = 250+193+184=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 184 (72.27% from 255 or 29.35% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1B8 is #053E47. Grayscale: #D1D1D1. Windows color (decimal): -343624 or 12108282. OLE color: 12108282.

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

Color convert

RGB250193184-
CMYK00.230.260.02
HSL8.18º86.84%85.1%-
HSV(B)8.18º26.4%98.04%-
XYZ67.1561.9253.76-
YUV209.02113.88157.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 193 (75.78% from 255) = 30.78%
BLUE value IS 184 (72.27% from 255) = 29.35%
R=39.87%
G=30.78%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019318400.230.260.028.1886.8485.1
HexFAC1B80171A285755
Octal37230127002732210127125
Binary1111101011000001101110000101111101010100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1B8; }

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

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

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

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

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

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

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

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