#FAC3CD

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

Shades of Pink #FAC3CD

Tints of Pink #FAC3CD

Color information

#FAC3CD (or 0xFAC3CD) is unknown color: approx Pink. HEX triplet: FA, C3 and CD. RGB value is (250,195,205). Sum of RGB (Red+Green+Blue) = 250+195+205=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3CD is #053C32. Grayscale: #D4D4D4. Windows color (decimal): -343091 or 13485050. OLE color: 13485050.

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

Color convert

RGB250195205-
CMYK00.220.180.02
HSL349.09º84.62%87.25%-
HSV(B)349.09º22%98.04%-
XYZ69.9663.7666.38-
YUV212.58123.72154.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 195 (76.56% from 255) = 30%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=38.46%
G=30%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019520500.220.180.02349.0984.6287.25
HexFAC3CD01612215d5557
Octal372303315026222535125127
Binary111110101100001111001101010110100101010101110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3CD; }

 p { color: rgb(250,195,205); }

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

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

 a { background-color: rgb(250,195,205); }

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

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

 span { border-color: rgb(250,195,205); }

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