#FAC0B8

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

Shades of Your Pink #FAC0B8

Tints of Your Pink #FAC0B8

Color information

#FAC0B8 (or 0xFAC0B8) is unknown color: approx Your Pink. HEX triplet: FA, C0 and B8. RGB value is (250,192,184). Sum of RGB (Red+Green+Blue) = 250+192+184=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0B8 is #053F47. Grayscale: #D0D0D0. Windows color (decimal): -343880 or 12108026. OLE color: 12108026.

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

Color convert

RGB250192184-
CMYK00.230.260.02
HSL7.27º86.84%85.1%-
HSV(B)7.27º26.4%98.04%-
XYZ66.9361.4853.69-
YUV208.43114.22157.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 192 (75.39% from 255) = 30.67%
BLUE value IS 184 (72.27% from 255) = 29.39%
R=39.94%
G=30.67%
B=29.39%

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
Decimal25019218400.230.260.027.2786.8485.1
HexFAC0B80171A275755
Octal3723002700273227127125
Binary111110101100000010111000010111110101011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0B8; }

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

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

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

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

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

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

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

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