#FAC4BD

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

Shades of Your Pink #FAC4BD

Tints of Your Pink #FAC4BD

Color information

#FAC4BD (or 0xFAC4BD) is unknown color: approx Your Pink. HEX triplet: FA, C4 and BD. RGB value is (250,196,189). Sum of RGB (Red+Green+Blue) = 250+196+189=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4BD is #053B42. Grayscale: #D3D3D3. Windows color (decimal): -342851 or 12436730. OLE color: 12436730.

HSL color Cylindrical-coordinate representation of color #FAC4BD: hue angle of 6.89º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAC4BD is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250196189-
CMYK00.220.240.02
HSL6.89º85.92%86.08%-
HSV(B)6.89º24.4%98.04%-
XYZ68.3563.4856.79-
YUV211.35115.39155.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=39.37%
G=30.87%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019618900.220.240.026.8985.9286.08
HexFAC4BD01618275656
Octal3723042750263027126126
Binary111110101100010010111101010110110001011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4BD; }

 p { color: rgb(250,196,189); }

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

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

 a { background-color: rgb(250,196,189); }

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

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

 span { border-color: rgb(250,196,189); }

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