#FAC3CE

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

Shades of Pink #FAC3CE

Tints of Pink #FAC3CE

Color information

#FAC3CE (or 0xFAC3CE) is unknown color: approx Pink. HEX triplet: FA, C3 and CE. RGB value is (250,195,206). Sum of RGB (Red+Green+Blue) = 250+195+206=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3CE is #053C31. Grayscale: #D4D4D4. Windows color (decimal): -343090 or 13550586. OLE color: 13550586.

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

Color convert

RGB250195206-
CMYK00.220.180.02
HSL348º84.62%87.25%-
HSV(B)348º22%98.04%-
XYZ70.0863.8167.02-
YUV212.7124.22154.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 195 (76.56% from 255) = 29.95%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=38.40%
G=29.95%
B=31.64%

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
Decimal25019520600.220.180.0234884.6287.25
HexFAC3CE01612215c5557
Octal372303316026222534125127
Binary111110101100001111001110010110100101010101110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3CE; }

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

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

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

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

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

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

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

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